Added the handling of project dictionary in the editor as well

This commit is contained in:
Veronica K. B. Olsen
2020-09-05 17:30:50 +02:00
parent 6e949b975f
commit ba4bc54c9f
2 changed files with 13 additions and 1 deletions
+1
View File
@@ -803,6 +803,7 @@ class GuiMain(QMainWindow):
if self.hasProject:
dlgProj = GuiProjectSettings(self, self.theProject)
dlgProj.exec_()
self.docEditor.setDictionaries()
self._setWindowTitle(self.theProject.projName)
return True