mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-13 09:13:07 +00:00
Fix tileset panel not always hiding when Pixelorama starts
Possible regression from #1172.
This commit is contained in:
parent
d7ba7fe6fc
commit
ac5027452d
|
@ -13,6 +13,7 @@ func _ready() -> void:
|
||||||
transparency_material = material
|
transparency_material = material
|
||||||
main_canvas_container.property_list_changed.connect(_re_configure_shader)
|
main_canvas_container.property_list_changed.connect(_re_configure_shader)
|
||||||
update_transparent_shader()
|
update_transparent_shader()
|
||||||
|
await Global.pixelorama_opened
|
||||||
dockable_container.set_control_hidden.call_deferred(tiles, true)
|
dockable_container.set_control_hidden.call_deferred(tiles, true)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue