diff options
| author | Franklin Sobrinho | 2016-01-08 16:32:17 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2016-01-08 16:43:50 -0300 |
| commit | 514eed407282c19e61f461f88d99dc627f417701 (patch) | |
| tree | 71f23b788f327c39909237ccf0edfbb499125b40 /tools/editor/script_editor_debugger.cpp | |
| parent | a0c39a4b333a2f05c9bb2ccf1be71ac8e18fc9a9 (diff) | |
| download | godot-514eed407282c19e61f461f88d99dc627f417701.tar.gz godot-514eed407282c19e61f461f88d99dc627f417701.tar.zst godot-514eed407282c19e61f461f88d99dc627f417701.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index fb821573f..aad89d127 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -569,8 +569,8 @@ void ScriptEditorDebugger::_notification(int p_what) { ppeer->set_stream_peer(connection); - show(); + emit_signal("show_debugger",true); dobreak->set_disabled(false); tabs->set_current_tab(0); @@ -770,6 +770,7 @@ void ScriptEditorDebugger::_stack_dump_frame_selected() { void ScriptEditorDebugger::_hide_request() { + hide(); emit_signal("show_debugger",false); } |
