Closing project should clear the status bar.

This commit is contained in:
Veronica K. B. Olsen
2019-05-25 23:43:09 +02:00
parent 7450604c1b
commit 1ded8425d0
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -176,6 +176,7 @@ class GuiMain(QMainWindow):
self.treeView.clearTree()
self.docEditor.clearEditor()
self.closeDocViewer()
self.statusBar.clearStatus()
return True
##