- Allowed the opening of certain types of damaged Gerber files (apertures not defines but used) but WARNINGS

This commit is contained in:
Marius Stanciu
2023-06-08 22:50:37 +03:00
parent 24806b3116
commit 598650d41e
4 changed files with 40 additions and 12 deletions

View File

@@ -225,6 +225,9 @@ class AppObject(QtCore.QObject):
callback_params = []
self.object_created.emit(obj, obj_plot, obj_autoselected, callback, callback_params)
if return_value == "defective":
return "defective"
return obj
def on_object_created(self, obj, plot, auto_select, callback, callback_params):