mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add search events to history
This commit is contained in:
parent
fbb3be46df
commit
206eff4ada
@ -534,5 +534,7 @@ class Document(QGraphicsScene):
|
|||||||
page_num = self.last_search.next()[0]
|
page_num = self.last_search.next()[0]
|
||||||
if self.current_page == page_num:
|
if self.current_page == page_num:
|
||||||
self.update()
|
self.update()
|
||||||
|
else:
|
||||||
|
self.add_to_history()
|
||||||
self.show_page(page_num)
|
self.show_page(page_num)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user