Merge pull request #99096 from kitbdev/bottom_panel_force_switch
Make bottom panel switch when pinned and removed
This commit is contained in:
commit
b98eeb3899
3 changed files with 5 additions and 5 deletions
|
|
@ -717,7 +717,7 @@ void EditorDockManager::focus_dock(Control *p_dock) {
|
|||
}
|
||||
|
||||
if (all_docks[p_dock].at_bottom) {
|
||||
EditorNode::get_bottom_panel()->make_item_visible(p_dock);
|
||||
EditorNode::get_bottom_panel()->make_item_visible(p_dock, true, true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue