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
This commit is contained in:
commit
966d4303b1
@ -642,6 +642,7 @@ class TagBrowserWidget(QFrame): # {{{
|
|||||||
txt = self.find_text
|
txt = self.find_text
|
||||||
|
|
||||||
if txt.startswith('*'):
|
if txt.startswith('*'):
|
||||||
|
self.tags_view.collapseAll()
|
||||||
model.set_categories_filter(txt[1:])
|
model.set_categories_filter(txt[1:])
|
||||||
self.tags_view.recount()
|
self.tags_view.recount()
|
||||||
self.current_find_position = None
|
self.current_find_position = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user