Core: Tree: Allow reordering in root and groups allowing it (parts, groups

This commit is contained in:
PaddleStroke
2024-02-13 09:53:31 +01:00
committed by Chris Hennes
parent cc5d4146cf
commit fec1a86e30
8 changed files with 1038 additions and 746 deletions

View File

@@ -77,6 +77,8 @@ ViewProviderDocumentObject::ViewProviderDocumentObject()
"Element: On top only if some sub-element of the object is selected");
OnTopWhenSelected.setEnums(OnTopEnum);
ADD_PROPERTY_TYPE(TreeRank, (-1), dogroup, App::Prop_Hidden, "Tree view item ordering key");
sPixmap = "Feature";
}