diff --git a/src/calibre/gui2/search_box.py b/src/calibre/gui2/search_box.py index 33c103b8b7..312402fbd5 100644 --- a/src/calibre/gui2/search_box.py +++ b/src/calibre/gui2/search_box.py @@ -164,6 +164,7 @@ class SearchBox2(QComboBox): # {{{ def clear_history(self): config[self.opt_name] = [] + super().clear() self.clear() clear_search_history = clear_history