aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorAlexander Holland2015-11-19 21:06:49 +0100
committerAlexander Holland2015-11-19 21:06:49 +0100
commit5ee443bcc001f04fa22509eae59d90b27b43b994 (patch)
tree342ca45420003a7f8a76cd373e15b488e7ef26af /tools/editor/editor_node.cpp
parentb89aec5fbe2d6c1ecc344965a23a8d14d52ed0b3 (diff)
downloadgodot-5ee443bcc001f04fa22509eae59d90b27b43b994.tar.gz
godot-5ee443bcc001f04fa22509eae59d90b27b43b994.tar.zst
godot-5ee443bcc001f04fa22509eae59d90b27b43b994.zip
fix with refactoring, refrash re-run icon
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 5b9489992..22acfd4d0 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();