New customizable editor theme
This commit is contained in:
parent
17e8e343fb
commit
bb81293047
248 changed files with 5702 additions and 587 deletions
|
|
@ -2750,6 +2750,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