Skip to content

Commit d7ba7fe

Browse files
Dockable panels are now properly sorted when toggling movable panels
1 parent 6411d20 commit d7ba7fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/dockable_container/dockable_container.gd

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const DragNDropPanel := preload("drag_n_drop_panel.gd")
4141
for i in range(1, _panel_container.get_child_count()):
4242
var panel := _panel_container.get_child(i) as DockablePanel
4343
panel.hide_single_tab = _hide_single_tab
44+
queue_sort()
4445
@export var rearrange_group := 0
4546
@export var layout := DockableLayout.new():
4647
get:

0 commit comments

Comments
 (0)