Fixed the loading of dictionaries

This commit is contained in:
Veronica K. B. Olsen
2019-06-12 20:33:06 +02:00
parent 09aa19ff48
commit 46bd7a8871
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class GuiMain(QMainWindow):
# Update GUI
self._setWindowTitle(self.theProject.projName)
self.rebuildTree()
self.docEditor.setPwl(path.join(self.theProject.projMeta, nwFiles.PROJ_DICT))
self.docEditor.setDictionaries()
self.docEditor.setSpellCheck(self.theProject.spellCheck)
self.statusBar.setRefTime(self.theProject.projOpened)
self.mainMenu.updateMenu()