mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 00:25:30 +01:00
Collapse tag browser categories when doing a filtered tag browser search as in *foo.
This commit is contained in:
parent
a1a27fe58f
commit
15746713f7
1 changed files with 1 additions and 0 deletions
|
|
@ -642,6 +642,7 @@ def find(self):
|
|||
txt = self.find_text
|
||||
|
||||
if txt.startswith('*'):
|
||||
self.tags_view.collapseAll()
|
||||
model.set_categories_filter(txt[1:])
|
||||
self.tags_view.recount()
|
||||
self.current_find_position = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue