Some changes to the project did not trigger the project changed flag. Also trimmed some logging output.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user