Clear the outline details panel when closing a project

This commit is contained in:
Veronica K. B. Olsen
2020-10-31 17:49:32 +01:00
parent 6650333143
commit 967037ff89
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -345,6 +345,7 @@ class GuiMain(QMainWindow):
self.closeDocument()
self.docViewer.clearNavHistory()
self.projView.closeOutline()
self.projMeta.clearDetails()
self.theProject.closeProject()
self.theIndex.clearIndex()
self.clearGUI()