mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #113133 from lodetrick/debugger-dock
Use new dock system for Debugger
This commit is contained in:
commit
30f1ab165c
6 changed files with 37 additions and 38 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue