Scroll novel view when looping through documents (#1555)

This commit is contained in:
Veronica Berglyd Olsen
2023-11-29 20:55:05 +01:00
parent ef93b41240
commit ce666d9d7a
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ class GuiMain(QMainWindow):
if self.docEditor.loadText(tHandle, tLine):
SHARED.project.data.setLastHandle(tHandle, "editor")
self.projView.setSelectedHandle(tHandle, doScroll=doScroll)
self.novelView.setActiveHandle(tHandle)
self.novelView.setActiveHandle(tHandle, doScroll=doScroll)
if changeFocus:
self.docEditor.setFocus()
else: