[add] saveAllEvents now connected to export for Autopick process and saveProject

This commit is contained in:
2017-08-07 16:33:45 +02:00
parent 6042b38ee9
commit 014152e30e
2 changed files with 3 additions and 0 deletions

View File

@@ -2869,6 +2869,7 @@ class AutoPickDlg(QDialog):
self.gb.setLayout(self.jobLayout)
def exportParameter(self):
self.parent().exportAllEvents()
pylot_params = self.parent()._inputs
self.addEvents2pp(pylot_params)
pylot_params.export2File(self.pp_export)