Fix T53340: Outliner collections collapsing when UNDO

This is not the original reported issue, but it is a second issye mentioned
that, the only one reminding.
This commit is contained in:
Dalai Felinto 2018-01-11 16:02:12 -02:00
parent 6c4bc79134
commit 31782609f4
Notes: blender-bot 2023-02-14 06:23:10 +01:00
Referenced by issue #53764, Outliner: vertical line glitch for collections with objects and collections
Referenced by issue #53340, Outliner: Collections are collapsed when opening file
1 changed files with 1 additions and 2 deletions

View File

@ -111,8 +111,7 @@ enum {
(!ELEM((_tse)->type, TSE_NLA, TSE_NLA_TRACK, TSE_DRIVER_BASE, \
TSE_SEQUENCE, TSE_SEQ_STRIP, TSE_SEQUENCE_DUP, \
TSE_RNA_STRUCT, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM, \
TSE_KEYMAP, TSE_KEYMAP_ITEM, TSE_ID_BASE, TSE_GP_LAYER, \
TSE_SCENE_COLLECTION, TSE_LAYER_COLLECTION))
TSE_KEYMAP, TSE_KEYMAP_ITEM, TSE_ID_BASE, TSE_GP_LAYER))
#endif