mirror of
https://github.com/Relintai/godot_translation_editor.git
synced 2024-11-20 08:37:18 +01:00
Fixed "clear search" button not updating search results and remaining shown
This commit is contained in:
parent
fe78fa7695
commit
9bb25b67e9
@ -557,3 +557,5 @@ func _on_Search_text_changed(search_text: String):
|
||||
|
||||
func _on_ClearSearch_pressed():
|
||||
_search_edit.text = ""
|
||||
# LineEdit does not emit `text_changed` when doing this
|
||||
_on_Search_text_changed(_search_edit.text)
|
||||
|
Loading…
Reference in New Issue
Block a user