1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-07 10:59:49 +00:00

Update AnimationTimeline.gd

This commit is contained in:
Variable 2023-05-17 15:57:57 +05:00 committed by GitHub
parent 8fed73b31b
commit 107363537a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -997,7 +997,6 @@ func project_layer_added(layer: int) -> void:
cel_hbox.add_child(cel_button)
layer_button.visible = Global.current_project.layers[layer].is_expanded_in_hierarchy()
# gdlint: ignore=max-file-lines
cel_hbox.visible = layer_button.visible
Global.layer_vbox.add_child(layer_button)