diff --git a/QtPyLoT.py b/QtPyLoT.py index 7afd2991..4a3bcd07 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -985,7 +985,6 @@ class MainWindow(QMainWindow): # export to given path self.get_data().exportEvent(fbasename, exform) # all files save (ui clean) - self.setDirty(False) self.update_status('Picks saved as %s' % (fbasename + exform)) self.disableSaveManualPicksAction() return True