diff --git a/src/calibre/gui2/tts/develop.py b/src/calibre/gui2/tts/develop.py index a4b888f215..48b709df9a 100644 --- a/src/calibre/gui2/tts/develop.py +++ b/src/calibre/gui2/tts/develop.py @@ -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()