提交 a766edf1 编写于 作者: H haraduka

Save file correctly with file dialog

上级 fca80890
......@@ -768,7 +768,7 @@ class MainWindow(QMainWindow, WindowMixin):
elif self.output:
self._saveFile(self.output)
else:
self.saveFileDialog()
self._saveFile(self.saveFileDialog())
def saveFileAs(self, _value=False):
assert not self.image.isNull(), "cannot save empty image"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册