mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1903086 [Entry remains underlined in Tag Browser after clearing filters](https://bugs.launchpad.net/calibre/+bug/1903086)
This commit is contained in:
commit
2a32858cdd
@ -718,6 +718,7 @@ class TagBrowserWidget(QFrame): # {{{
|
|||||||
|
|
||||||
def reset_find(self):
|
def reset_find(self):
|
||||||
model = self.tags_view.model()
|
model = self.tags_view.model()
|
||||||
|
model.clear_boxed()
|
||||||
if model.get_categories_filter():
|
if model.get_categories_filter():
|
||||||
model.set_categories_filter(None)
|
model.set_categories_filter(None)
|
||||||
self.tags_view.recount()
|
self.tags_view.recount()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user