You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use check_changed_settings_in_group() everywhere
This commit is contained in:
@@ -1342,7 +1342,9 @@ void ConnectionsDock::_notification(int p_what) {
|
||||
} break;
|
||||
|
||||
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
|
||||
update_tree();
|
||||
if (EditorSettings::get_singleton()->check_changed_settings_in_group("interface/editors")) {
|
||||
update_tree();
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user