diff options
author | Alexander Holland <alexander.holland@live.de> | 2015-11-19 21:06:49 +0100 |
---|---|---|
committer | Alexander Holland <alexander.holland@live.de> | 2015-11-19 21:06:49 +0100 |
commit | 5ee443bcc001f04fa22509eae59d90b27b43b994 (patch) | |
tree | 342ca45420003a7f8a76cd373e15b488e7ef26af /tools/editor | |
parent | b89aec5fbe2d6c1ecc344965a23a8d14d52ed0b3 (diff) |
fix with refactoring, refrash re-run icon
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/editor_node.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 5b9489992a..22acfd4d07 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -3817,9 +3817,7 @@ void EditorNode::_quick_run(const String& p_resource) { void EditorNode::notify_child_process_exited() { - play_button->set_pressed(false); - play_scene_button->set_pressed(false); - //pause_button->set_pressed(false); + _menu_option_confirm(RUN_STOP,false); stop_button->set_pressed(false); editor_run.stop(); |