aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIgnacio Etcheverry2016-04-17 23:12:22 +0200
committerRémi Verschelde2016-04-27 08:50:09 +0200
commit6a2efc48c57982f01ccdb452d795d5474ea9fe78 (patch)
tree9c8784e8acf42a1e6e031048dd95b56edec91b52 /tools
parentff1d370b9f337f35801935be7a66cec02aaa50d3 (diff)
downloadgodot-6a2efc48c57982f01ccdb452d795d5474ea9fe78.tar.gz
godot-6a2efc48c57982f01ccdb452d795d5474ea9fe78.tar.zst
godot-6a2efc48c57982f01ccdb452d795d5474ea9fe78.zip
Fix 'Quit to Project Manager' not stopping the running application
(cherry picked from commit e48c07750f0f0f5a4570546152360275b9af1866)
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/editor_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 76f111d0d..c11d5d484 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -2663,6 +2663,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();