Gui: change default tree view document mode to Expand/Collapse

This commit is contained in:
Zheng, Lei
2019-10-05 10:34:24 +08:00
committed by wmayer
parent b81485d72d
commit aa01411c89

View File

@@ -524,7 +524,7 @@ public:
FC_TREEPARAM_DEF(PreSelection,bool,Bool,true) \
FC_TREEPARAM_DEF(SyncPlacement,bool,Bool,false) \
FC_TREEPARAM_DEF(RecordSelection,bool,Bool,true) \
FC_TREEPARAM_DEF2(DocumentMode,int,Int,1) \
FC_TREEPARAM_DEF2(DocumentMode,int,Int,2) \
FC_TREEPARAM_DEF(StatusTimeout,int,Int,100) \
FC_TREEPARAM_DEF(SelectionTimeout,int,Int,100) \
FC_TREEPARAM_DEF(PreSelectionTimeout,int,Int,500) \