forked from openlp/openlp
Fixed results not showing when using the search button as apposed to search as type!
This commit is contained in:
parent
162c178d6e
commit
1d377e42cb
@ -704,7 +704,6 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
self.on_text_search(text, True)
|
self.on_text_search(text, True)
|
||||||
elif VALID_TEXT_SEARCH.search(text):
|
elif VALID_TEXT_SEARCH.search(text):
|
||||||
self.on_text_search(text)
|
self.on_text_search(text)
|
||||||
self.display_results()
|
|
||||||
|
|
||||||
def on_search_edit_text_changed(self):
|
def on_search_edit_text_changed(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user