mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-15 07:45:19 +00:00
Dockable panels are now properly sorted when toggling movable panels
This commit is contained in:
parent
6411d20e6d
commit
d7ba7fe6fc
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const DragNDropPanel := preload("drag_n_drop_panel.gd")
|
|||
for i in range(1, _panel_container.get_child_count()):
|
||||
var panel := _panel_container.get_child(i) as DockablePanel
|
||||
panel.hide_single_tab = _hide_single_tab
|
||||
queue_sort()
|
||||
@export var rearrange_group := 0
|
||||
@export var layout := DockableLayout.new():
|
||||
get:
|
||||
|
|
Loading…
Add table
Reference in a new issue