Skip to content

Commit

Permalink
Bug Fix: file save as
Browse files Browse the repository at this point in the history
  • Loading branch information
jtle00 committed Jul 18, 2024
1 parent aee83b8 commit eb9edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymapmanager/interface2/pyMapManagerApp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def saveAsFile(self):
# looping through every path in stackWidgetDict
# key = path of current stack
stackWidget = self._stackWidgetDict[key]
stackWidget.fileSaveAs(key)
stackWidget.fileSaveAs()
# stackWidget.saveAs(key)

def _undo_action(self):
Expand Down

0 comments on commit eb9edb4

Please sign in to comment.