diff options
| author | Franklin Sobrinho | 2015-12-12 18:15:31 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2015-12-12 18:15:31 -0300 |
| commit | df57239f7f41629149dc387febaf66e394dcf0a6 (patch) | |
| tree | cd22909af0d825ce5699d435941ec019cd1eea8b /tools/editor/script_editor_debugger.cpp | |
| parent | 97fe073f33e7efa417e424e6f146435596ee9864 (diff) | |
| download | godot-df57239f7f41629149dc387febaf66e394dcf0a6.tar.gz godot-df57239f7f41629149dc387febaf66e394dcf0a6.tar.zst godot-df57239f7f41629149dc387febaf66e394dcf0a6.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index 1247760a5..d0bf4faf0 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -570,8 +570,7 @@ void ScriptEditorDebugger::_notification(int p_what) { ppeer->set_stream_peer(connection); - if (!always_visible) - show(); + show(); dobreak->set_disabled(false); tabs->set_current_tab(0); @@ -1460,7 +1459,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor){ add_child(msgdialog); hide(); - always_visible=false; log_forced_visible=false; p_editor->get_undo_redo()->set_method_notify_callback(_method_changeds,this); |
