Some changes to the project did not trigger the project changed flag. Also trimmed some logging output.

This commit is contained in:
Veronica K. B. Olsen
2019-05-05 22:25:53 +02:00
parent 971d8a9a59
commit fd3b05f118
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -86,6 +86,7 @@ class GuiProjectEditor(QDialog):
self.theProject.setProjectName(projName)
self.theProject.setBookTitle(bookTitle)
self.theProject.setBookAuthors(bookAuthors)
self.theProject.setProjectChanged(True)
self.close()
return