From 5ee443bcc001f04fa22509eae59d90b27b43b994 Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Thu, 19 Nov 2015 21:06:49 +0100 Subject: [PATCH] fix with refactoring, refrash re-run icon --- tools/editor/editor_node.cpp | 4 +--- 1 file changed, 1 insertion(+), 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();