Просмотр исходного кода

Fix 'Quit to Project Manager' not stopping the running application

Ignacio Etcheverry 9 лет назад
Родитель
Сommit
e48c07750f
1 измененных файлов с 1 добавлено и 0 удалено
  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;
 			}
 
+			_menu_option_confirm(RUN_STOP,true);
 			get_tree()->quit();
 			String exec = OS::get_singleton()->get_executable_path();