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:
parent
7128f09a5d
commit
288540a690
7 changed files with 141 additions and 100 deletions
|
|
@ -55,6 +55,7 @@ void ProjectSettingsEditor::popup_project_settings() {
|
|||
}
|
||||
|
||||
void ProjectSettingsEditor::queue_save() {
|
||||
EditorNode::get_singleton()->notify_settings_changed();
|
||||
timer->start();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue