mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 20:16:03 +01:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
966d4303b1
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