mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-17 17:35:32 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -718,6 +718,7 @@ def find_text(self):
|
|||
|
||||
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…
Reference in a new issue