Merge pull request #116218 from KoBeWi/remove_
Fix editor not handling unsaved changes on restart from settings
This commit is contained in:
commit
62c6ae120f
1 changed files with 1 additions and 1 deletions
|
|
@ -8698,7 +8698,7 @@ EditorNode::EditorNode() {
|
|||
|
||||
editor_settings_dialog = memnew(EditorSettingsDialog);
|
||||
gui_base->add_child(editor_settings_dialog);
|
||||
editor_settings_dialog->connect("restart_requested", callable_mp(this, &EditorNode::_restart_editor).bind(false));
|
||||
editor_settings_dialog->connect("restart_requested", callable_mp(this, &EditorNode::restart_editor).bind(false));
|
||||
|
||||
project_settings_editor = memnew(ProjectSettingsEditor(&editor_data));
|
||||
gui_base->add_child(project_settings_editor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue