瀏覽代碼

wxGUI/workspace: fix for missing argument (#1637)

Linda Kladivova 3 年之前
父節點
當前提交
199be7109d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/lmgr/workspace.py

+ 1 - 1
gui/wxpython/lmgr/workspace.py

@@ -473,7 +473,7 @@ class WorkspaceManager:
                     if not self.workspaceFile:
                         self.SaveAs()
                     else:
-                        self.SaveToFile()
+                        self.SaveToFile(self.workspaceFile)
                 elif ret == wx.ID_CANCEL:
                     return False
         return True