Make some minor code fixes
This commit is contained in:
@@ -872,6 +872,7 @@ class GuiMain(QMainWindow):
|
||||
"""
|
||||
dlgProj = GuiProjectLoad(self)
|
||||
dlgProj.exec_()
|
||||
|
||||
if dlgProj.result() == QDialog.Accepted:
|
||||
if dlgProj.openState == GuiProjectLoad.OPEN_STATE:
|
||||
self.openProject(dlgProj.openPath)
|
||||
|
||||
Reference in New Issue
Block a user