diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-18 13:16:31 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-18 13:16:31 +0100 |
commit | 9c1bde4e4b3676cd9dde366d13d4de3b094674cd (patch) | |
tree | 19bd7a42dfdffd3687d03e3a258be653081239c8 /tools/editor | |
parent | 784b22a8fca9284462f76b5bb56cf3717f46e689 (diff) |
Keep 'Play custom scene' button unpressed when not running
Diffstat (limited to 'tools/editor')
-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 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); |