Merge pull request #214 from deniswernert/master

Fixes the call to changeSavedDirDialog
This commit is contained in:
darrenl
2017-12-20 16:52:00 +08:00
committed by GitHub
+1 -1
View File
@@ -1148,7 +1148,7 @@ class MainWindow(QMainWindow, WindowMixin):
if self.dirty is True:
self.saveFile()
else:
self.changeSavedir()
self.changeSavedirDialog()
return
if not self.mayContinue():