mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Update the currently selected cell's button UI when the link button is pressed
This commit is contained in:
parent
07b62c9fd8
commit
73da8eeb1a
|
@ -68,3 +68,4 @@ func _on_LinkButton_pressed() -> void:
|
|||
Global.layers[i][4] = !Global.layers[i][4]
|
||||
if !Global.layers[i][5]:
|
||||
Global.layers[i][5].append(Global.canvas)
|
||||
Global.layers[i][3].get_child(Global.current_frame)._ready()
|
||||
|
|
Loading…
Reference in a new issue