Nav history in doc viewer now works

This commit is contained in:
Veronica K. B. Olsen
2020-09-08 21:20:38 +02:00
parent 2a3df92b20
commit e30064ba0b
2 changed files with 118 additions and 11 deletions
+1
View File
@@ -346,6 +346,7 @@ class GuiMain(QMainWindow):
if saveOK:
self.closeDocument()
self.docViewer.clearNavHistory()
self.projView.closeOutline()
self.theProject.closeProject()
self.theIndex.clearIndex()