diff options
author | Hilderin <81109165+Hilderin@users.noreply.github.com> | 2024-07-07 12:11:37 -0400 |
---|---|---|
committer | Hilderin <81109165+Hilderin@users.noreply.github.com> | 2024-07-07 12:11:37 -0400 |
commit | 139288ca1e86177044a32c34d3506cc551f85aef (patch) | |
tree | 3dc108279eb3ffbd046f5dda064213721ba450f8 /editor/editor_dock_manager.h | |
parent | f3af22b10b1e64146d48be7726f6395c9a4185e9 (diff) | |
download | redot-engine-139288ca1e86177044a32c34d3506cc551f85aef.tar.gz |
Fix first time of Toggle Last Opened Bottom Panel opens Output panel
Diffstat (limited to 'editor/editor_dock_manager.h')
-rw-r--r-- | editor/editor_dock_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_dock_manager.h b/editor/editor_dock_manager.h index 226222c55a..1e6b413d14 100644 --- a/editor/editor_dock_manager.h +++ b/editor/editor_dock_manager.h @@ -121,7 +121,7 @@ private: void _open_dock_in_window(Control *p_dock, bool p_show_window = true, bool p_reset_size = false); void _restore_dock_to_saved_window(Control *p_dock, const Dictionary &p_window_dump); - void _dock_move_to_bottom(Control *p_dock); + void _dock_move_to_bottom(Control *p_dock, bool p_visible); void _dock_remove_from_bottom(Control *p_dock); bool _is_dock_at_bottom(Control *p_dock); |