summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-18 13:16:31 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-18 13:16:31 +0100
commit9c1bde4e4b3676cd9dde366d13d4de3b094674cd (patch)
tree19bd7a42dfdffd3687d03e3a258be653081239c8 /tools/editor
parent784b22a8fca9284462f76b5bb56cf3717f46e689 (diff)
Keep 'Play custom scene' button unpressed when not running
Diffstat (limited to 'tools/editor')
-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 382cf76181..227ce24aa5 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -2604,6 +2604,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
_menu_option_confirm(RUN_STOP,true);
quick_run->popup("PackedScene",true);
quick_run->set_title("Quick Run Scene..");
+ play_custom_scene_button->set_pressed(false);
} else {
String last_custom_scene=run_custom_filename;
_menu_option_confirm(RUN_STOP,true);