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
commit 5fdcbcc51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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():