mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Selecting a remembered search should perform it
This commit is contained in:
parent
5bd3a88bc3
commit
63befea5e7
@ -237,6 +237,7 @@ class SearchInput(QWidget): # {{{
|
|||||||
idx = self.query_type.findData(s['mode'])
|
idx = self.query_type.findData(s['mode'])
|
||||||
if idx > -1:
|
if idx > -1:
|
||||||
self.query_type.setCurrentIndex(idx)
|
self.query_type.setCurrentIndex(idx)
|
||||||
|
self.find_next()
|
||||||
|
|
||||||
def search_query(self, backwards=False):
|
def search_query(self, backwards=False):
|
||||||
text = self.search_box.currentText().strip()
|
text = self.search_box.currentText().strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user