mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 10:03:17 +02:00
Auto expand when dropping onto Tag Browser. Only seems to work for Searches node and I dont have the time to figure out why
This commit is contained in:
parent
05cda6b7f9
commit
5523da3dde
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ def __init__(self, parent=None):
|
|||
self.setAcceptDrops(True)
|
||||
self.setDragDropMode(self.DropOnly)
|
||||
self.setDropIndicatorShown(True)
|
||||
self.setAutoExpandDelay(500)
|
||||
|
||||
def set_database(self, db, tag_match, sort_by):
|
||||
self.hidden_categories = config['tag_browser_hidden_categories']
|
||||
|
|
|
|||
Loading…
Reference in a new issue