- fix in Tool Subtract where there was a typo

This commit is contained in:
Marius Stanciu
2020-10-28 16:02:18 +02:00
committed by Marius
parent 86a931ace5
commit d1368425f1
3 changed files with 4 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ class ToolSub(AppTool):
app_obj.inform.emit("%s" % _("Subtraction aperture processing finished."))
outname = self.target_gerber_combo.currentText() + '_sub'
outname = self.ui.target_gerber_combo.currentText() + '_sub'
self.aperture_processing_finished.emit(outname, output)
self.app.worker_task.emit({'fcn': worker_job, 'params': [self.app]})