[add] new autopick options added to file menu

This commit is contained in:
2017-08-03 11:10:26 +02:00
parent e8a0a87dad
commit 90006809a5
2 changed files with 84 additions and 70 deletions

View File

@@ -2902,6 +2902,7 @@ class AutoPickDlg(QDialog):
pylot_params.export2File(self.pp_export)
def accept(self):
self.exportParameter()
self.job_widget.start(self.pp_export)
QDialog.accept(self)