aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorvolzhs2017-05-03 05:13:12 +0900
committervolzhs2017-05-09 17:46:54 +0900
commitbb8129304791e8cde23694168b9e121b71161e96 (patch)
tree2f1d71c3c14a615ecb6b669d388ca8e5012ed5c6 /editor/property_editor.cpp
parent17e8e343fb900c3b308b3a6cb8611a16b476e71e (diff)
downloadgodot-bb8129304791e8cde23694168b9e121b71161e96.tar.gz
godot-bb8129304791e8cde23694168b9e121b71161e96.tar.zst
godot-bb8129304791e8cde23694168b9e121b71161e96.zip
New customizable editor theme
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r--editor/property_editor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp
index 5ff5e680f..e2acf7ae3 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -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) {