-Added folding to property editor, persistent on objects it edits
-Some changes to tree to support this properly
This commit is contained in:
parent
826784d965
commit
760cdbe1a3
9 changed files with 235 additions and 22 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue