mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f3f92f0c36
commit
631c618503
@ -61,6 +61,9 @@ class MainWindow(MainWindow):
|
||||
self.update_play_action('Play')
|
||||
self.stop_action.setEnabled(False)
|
||||
self.tts.stop()
|
||||
c = self.display.textCursor()
|
||||
c.setPosition(0)
|
||||
self.display.setTextCursor(c)
|
||||
|
||||
def create_marked_text(self):
|
||||
c = self.display.textCursor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user