You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Don't update EditorSettings dialog unnecessarily
This commit is contained in:
@@ -152,7 +152,9 @@ void EditorSettingsDialog::_notification(int p_what) {
|
||||
_update_shortcuts();
|
||||
}
|
||||
|
||||
inspector->update_category_list();
|
||||
if (EditorSettings::get_singleton()->check_changed_settings_in_group("interface/editor/localize_settings")) {
|
||||
inspector->update_category_list();
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user