Outliner: Follow up on "Alphabetical sorting"

Technicall this works for collections modes too (View Layer and Collections) even
if only for objects. So it should be in the menu as well.
This commit is contained in:
Dalai Felinto 2018-01-18 18:22:13 -02:00
parent 60eb897fa5
commit 97e2b0c594
Notes: blender-bot 2023-04-04 07:45:26 +02:00
Referenced by issue #53837, Sculpt glitches when using Eevee
1 changed files with 1 additions and 3 deletions

View File

@ -93,9 +93,7 @@ class OUTLINER_MT_view(Menu):
space = context.space_data
if space.display_mode not in {'DATABLOCKS', 'USER_PREFERENCES', 'KEYMAPS'}:
if space.display_mode not in {'VIEW_LAYER', 'COLLECTIONS'}:
layout.prop(space, "use_sort_alpha")
layout.prop(space, "use_sort_alpha")
layout.prop(space, "show_restrict_columns")
layout.separator()
layout.operator("outliner.show_active")