Fixed the save button of project settings dialog, and setting the window title after saving settings
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.close()
|
||||
return
|
||||
|
||||
def _doClose(self):
|
||||
|
||||
Reference in New Issue
Block a user