1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix a signal warning in import tag dialog

This commit is contained in:
Emmanouil Papadeas 2024-07-30 20:27:15 +03:00
parent 9ba556282a
commit b2bdfbeb06

View file

@ -75,7 +75,7 @@ func _on_TagList_id_pressed(id: int) -> void:
tag_id = id
func _on_TagList_empty_clicked() -> void:
func _on_TagList_empty_clicked(_at_position: Vector2, _mouse_button_index: int) -> void:
animation_tags_list.deselect_all()
get_ok_button().disabled = true