Merge pull request #8631 from volzhs/editor-theme-custom
New customizable editor theme
This commit is contained in:
commit
231511b2a6
241 changed files with 1683 additions and 4375 deletions
|
|
@ -2692,6 +2692,10 @@ void PropertyEditor::_notification(int p_what) {
|
|||
|
||||
changing = false;
|
||||
}
|
||||
|
||||
if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
|
||||
update_tree();
|
||||
}
|
||||
}
|
||||
|
||||
TreeItem *PropertyEditor::get_parent_node(String p_path, HashMap<String, TreeItem *> &item_paths, TreeItem *root) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue