Merge branch 'Zode-tageditor-quickexpand'

This commit is contained in:
Wojtek Figat
2025-07-01 16:47:07 +02:00

View File

@@ -604,6 +604,9 @@ namespace FlaxEditor.CustomEditors.Editors
root.SortChildrenRecursive();
root.Expand(true);
if (Input.GetKey(KeyboardKeys.Shift))
root.ExpandAll(true);
return menu;
}
}