mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
-Added folding to property editor, persistent on objects it edits
-Some changes to tree to support this properly
This commit is contained in:
@@ -44,4 +44,7 @@ CoreStringNames::CoreStringNames() {
|
||||
_iter_next = StaticCString::create("_iter_next");
|
||||
_iter_get = StaticCString::create("_iter_get");
|
||||
get_rid = StaticCString::create("get_rid");
|
||||
#ifdef TOOLS_ENABLED
|
||||
_sections_unfolded = StaticCString::create("_sections_unfolded");
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user