diff --git a/src/calibre/gui2/search_box.py b/src/calibre/gui2/search_box.py index f2739a57af..c2ec3fb8f9 100644 --- a/src/calibre/gui2/search_box.py +++ b/src/calibre/gui2/search_box.py @@ -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)