mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Fix #1903086: Entry remains underlined in Tag Browser after clearing filter
This commit is contained in:
@@ -718,6 +718,7 @@ class TagBrowserWidget(QFrame): # {{{
|
||||
|
||||
def reset_find(self):
|
||||
model = self.tags_view.model()
|
||||
model.clear_boxed()
|
||||
if model.get_categories_filter():
|
||||
model.set_categories_filter(None)
|
||||
self.tags_view.recount()
|
||||
|
||||
Reference in New Issue
Block a user