mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #1903086: Entry remains underlined in Tag Browser after clearing filter
This commit is contained in:
parent
6f39129e5b
commit
60bf9b515f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user