Fix #1965693 [Search-as-you-type triggers extra search after manual confirmation](https://bugs.launchpad.net/calibre/+bug/1965693)

This commit is contained in:
Kovid Goyal 2022-03-23 09:14:15 +05:30
parent 29500738eb
commit b5370e0270
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -277,6 +277,7 @@ class SearchBox2(QComboBox): # {{{
def do_search(self, *args): def do_search(self, *args):
self._do_search() self._do_search()
self.timer.stop()
def block_signals(self, yes): def block_signals(self, yes):
self.blockSignals(yes) self.blockSignals(yes)