Skip to content

Commit

Permalink
Save Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtle00 committed Jul 25, 2024
1 parent ed487d8 commit b760c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymapmanager/interface2/stackWidgets/stackWidget2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def redoEvent(self, event : RedoSpineEvent):

logger.info(f'event:{event}')
logger.info(f'redoEvent:{redoEvent}')

return True

def emitUndoEvent(self):
Expand All @@ -1054,7 +1054,7 @@ def save(self):
"""
# self.getStack().save()

path = self.getStack.getPath()
path = self.getStack().getPath()
ext = os.path.splitext(path)[1]
if ext == ".mmap":
self.getStack().save()
Expand Down

0 comments on commit b760c2d

Please sign in to comment.