From e48c07750f0f0f5a4570546152360275b9af1866 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 17 Apr 2016 23:12:22 +0200 Subject: [PATCH] Fix 'Quit to Project Manager' not stopping the running application --- tools/editor/editor_node.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index aa47e976221..316485f42ad 100644 --- a/tools/editor/editor_node.cpp +++ b/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();