Fixed the save button of project settings dialog, and setting the window title after saving settings
This commit is contained in:
@@ -206,6 +206,7 @@ class GuiMain(QMainWindow):
|
||||
def editProjectDialog(self):
|
||||
dlgProj = GuiProjectEditor(self, self.theProject)
|
||||
dlgProj.exec_()
|
||||
self._setWindowTitle(self.theProject.projName)
|
||||
return True
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user