Skip to content

Commit

Permalink
Hide the FileSystemDock's empty dock slot when it's in bottom bar mod…
Browse files Browse the repository at this point in the history
…e by default.
  • Loading branch information
Relintai committed Apr 17, 2024
1 parent d269967 commit e27a506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6922,6 +6922,9 @@ EditorNode::EditorNode() {
dock_slot[DOCK_SLOT_RIGHT_BL]->hide();
dock_slot[DOCK_SLOT_RIGHT_UR]->hide();
dock_slot[DOCK_SLOT_RIGHT_BR]->hide();
if (filesystem_dock_mode == static_cast<int>(FileSystemDock::DOCK_MODE_BOTTOM_BAR)) {
dock_slot[DOCK_SLOT_LEFT_BR]->hide();
}
left_l_vsplit->hide();
right_r_vsplit->hide();

Expand Down

0 comments on commit e27a506

Please sign in to comment.