mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
0097a59a5c
commit
e5ab35f1b4
@ -1140,7 +1140,7 @@ class SpellCheck(Dialog):
|
|||||||
if self.focusWidget() is self.suggested_list:
|
if self.focusWidget() is self.suggested_list:
|
||||||
self.suggested_list.previous_word()
|
self.suggested_list.previous_word()
|
||||||
else:
|
else:
|
||||||
self.words_view.next_word()
|
self.words_view.previous_word()
|
||||||
|
|
||||||
def keyPressEvent(self, ev):
|
def keyPressEvent(self, ev):
|
||||||
if ev.key() in (Qt.Key.Key_Enter, Qt.Key.Key_Return):
|
if ev.key() in (Qt.Key.Key_Enter, Qt.Key.Key_Return):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user