You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix debugger close button and script editor "Show Debugger"
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user