Use new dock system for Debugger
This commit is contained in:
parent
9dd6c4dbac
commit
45f4aebe24
6 changed files with 37 additions and 38 deletions
|
|
@ -5321,7 +5321,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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue