1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-13 01:03:07 +00:00

Fix tileset panel not always hiding when Pixelorama starts

Possible regression from #1172.
This commit is contained in:
Emmanouil Papadeas 2025-02-08 20:21:34 +02:00
parent d7ba7fe6fc
commit ac5027452d

View file

@ -13,6 +13,7 @@ func _ready() -> void:
transparency_material = material
main_canvas_container.property_list_changed.connect(_re_configure_shader)
update_transparent_shader()
await Global.pixelorama_opened
dockable_container.set_control_hidden.call_deferred(tiles, true)