You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Keep the bottom panel visible when enabling the distraction-free mode
- Document the `EditorInterface.distraction_free_mode` property.
This closes https://github.com/godotengine/godot-proposals/issues/951.
(cherry picked from commit e6352d1daa)
This commit is contained in:
committed by
Rémi Verschelde
parent
94eaeb5e84
commit
8cc3d4bda6
@@ -4296,7 +4296,6 @@ void EditorNode::_update_dock_slots_visibility() {
|
||||
}
|
||||
|
||||
right_hsplit->hide();
|
||||
bottom_panel->hide();
|
||||
} else {
|
||||
for (int i = 0; i < DOCK_SLOT_MAX; i++) {
|
||||
|
||||
@@ -4326,7 +4325,6 @@ void EditorNode::_update_dock_slots_visibility() {
|
||||
dock_slot[i]->set_current_tab(0);
|
||||
}
|
||||
}
|
||||
bottom_panel->show();
|
||||
|
||||
if (right_l_vsplit->is_visible() || right_r_vsplit->is_visible())
|
||||
right_hsplit->show();
|
||||
|
||||
Reference in New Issue
Block a user