mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1965693 [Search-as-you-type triggers extra search after manual confirmation](https://bugs.launchpad.net/calibre/+bug/1965693)
This commit is contained in:
parent
29500738eb
commit
b5370e0270
@ -277,6 +277,7 @@ class SearchBox2(QComboBox): # {{{
|
||||
|
||||
def do_search(self, *args):
|
||||
self._do_search()
|
||||
self.timer.stop()
|
||||
|
||||
def block_signals(self, yes):
|
||||
self.blockSignals(yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user