diff options
| author | Ignacio Etcheverry | 2016-04-17 23:12:22 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-27 08:50:09 +0200 |
| commit | 6a2efc48c57982f01ccdb452d795d5474ea9fe78 (patch) | |
| tree | 9c8784e8acf42a1e6e031048dd95b56edec91b52 /tools | |
| parent | ff1d370b9f337f35801935be7a66cec02aaa50d3 (diff) | |
| download | godot-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.cpp | 1 |
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(); |
