mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 17:15:30 +01:00
Finish fixing regressing in search box
This commit is contained in:
parent
92801d1b64
commit
01c13519db
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def __init__(self, parent=None):
|
|||
self.connect(self.line_edit, SIGNAL('mouse_released(PyQt_PyObject)'),
|
||||
self.mouse_released, Qt.DirectConnection)
|
||||
self.setEditable(True)
|
||||
self.help_state = True
|
||||
self.help_state = False
|
||||
self.as_you_type = True
|
||||
self.prev_search = ''
|
||||
self.timer = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue