mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-10 20:49:47 +01:00
...
This commit is contained in:
commit
39797be6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def __init__(self, parent=None):
|
|||
self.prev_search = ''
|
||||
self.timer = QTimer()
|
||||
self.timer.setSingleShot(True)
|
||||
self.timer.timeout.connect(self.timer_event)
|
||||
self.timer.timeout.connect(self.timer_event, Qt.QueuedConnection)
|
||||
self.setInsertPolicy(self.NoInsert)
|
||||
self.setMaxCount(self.MAX_COUNT)
|
||||
self.setSizeAdjustPolicy(self.AdjustToMinimumContentsLengthWithIcon)
|
||||
|
|
|
|||
Loading…
Reference in a new issue