mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix problem where typing in the search box does not clear the saved_search combo box.
This commit is contained in:
parent
8b452ac88b
commit
27fe778e0f
@ -373,6 +373,7 @@ class SearchBoxMixin(object):
|
||||
self.set_number_of_books_shown()
|
||||
|
||||
def search_box_changed(self):
|
||||
self.saved_search.clear_to_help()
|
||||
self.tags_view.clear()
|
||||
|
||||
def do_advanced_search(self, *args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user