You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix editor always redrawing
-Only update rendering settings when project settings change -Fixes the update spinner (and editor rendering) updating all the time. -Added a "project_settings_changed" signal to EditorNode and EditorPlugin
This commit is contained in:
@@ -55,6 +55,7 @@ void ProjectSettingsEditor::popup_project_settings() {
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::queue_save() {
|
||||
EditorNode::get_singleton()->notify_settings_changed();
|
||||
timer->start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user