Merge pull request #113133 from lodetrick/debugger-dock
Use new dock system for Debugger
This commit is contained in:
@ -5322,7 +5322,7 @@ void EditorNode::_project_run_started() {
|
||||
if (action_on_play == ACTION_ON_PLAY_OPEN_OUTPUT) {
|
||||
editor_dock_manager->focus_dock(log);
|
||||
} else if (action_on_play == ACTION_ON_PLAY_OPEN_DEBUGGER) {
|
||||
bottom_panel->make_item_visible(EditorDebuggerNode::get_singleton());
|
||||
editor_dock_manager->focus_dock(EditorDebuggerNode::get_singleton());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user