- Excellon Editor: fixed crash when editing hole diameters in the Tool Table

This commit is contained in:
Marius Stanciu
2023-07-05 13:47:49 +03:00
parent 948641d5bd
commit abcd949d98
2 changed files with 5 additions and 1 deletions

View File

@@ -3734,7 +3734,7 @@ class AppExcEditor(QtCore.QObject):
else:
self.slot_points_edit[new_dia].append((0, 0))
self.add_exc_shape(shape=DrawToolShape(new_geo), storage=destination_storage)
self.add_exc_shape(shp=DrawToolShape(new_geo), storage=destination_storage)
# update the UI and the CANVAS
self.build_ui()