Sfoglia il codice sorgente

Merge pull request #4359 from neikeq/pr-issue-4351

Fix 'Quit to Project Manager' not stopping the running application
Rémi Verschelde 9 anni fa
parent
commit
3348dea78b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tools/editor/editor_node.cpp

+ 1 - 0
tools/editor/editor_node.cpp

@@ -2672,6 +2672,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
 				break;
 				break;
 			}
 			}
 
 
+			_menu_option_confirm(RUN_STOP,true);
 			get_tree()->quit();
 			get_tree()->quit();
 			String exec = OS::get_singleton()->get_executable_path();
 			String exec = OS::get_singleton()->get_executable_path();