summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-12-12 10:21:22 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-12-12 10:21:22 -0300
commite19f176765d8daafa2af9cdf1c8e87441c783e63 (patch)
tree823fbe863897a95ea63753a96be3200e8ef1560e /tools/editor/plugins
parenta2d817405e42ec0a23803d9e0633ccd9f5ae1863 (diff)
fix broken merge
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp
index 4332ba57a3..df6397ed1d 100644
--- a/tools/editor/plugins/script_editor_plugin.cpp
+++ b/tools/editor/plugins/script_editor_plugin.cpp
@@ -604,8 +604,6 @@ void ScriptEditor::_breaked(bool p_breaked,bool p_can_debug) {
void ScriptEditor::_show_debugger(bool p_show) {
debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show);
-
- debugger->set_always_visible(p_show);
}
void ScriptEditor::_script_created(Ref<Script> p_script) {