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:
parent
9ba556282a
commit
b2bdfbeb06
|
@ -75,7 +75,7 @@ func _on_TagList_id_pressed(id: int) -> void:
|
||||||
tag_id = id
|
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()
|
animation_tags_list.deselect_all()
|
||||||
get_ok_button().disabled = true
|
get_ok_button().disabled = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue