- Excellon Editor: fixed crash when editing hole diameters in the Tool Table
This commit is contained in:
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM Evo beta
|
||||
|
||||
=================================================
|
||||
|
||||
5.07.2023
|
||||
|
||||
- Excellon Editor: fixed crash when editing hole diameters in the Tool Table
|
||||
|
||||
4.07.2023
|
||||
|
||||
- fixed a number of bugs reported in the issue #32 here: https://bitbucket.org/marius_stanciu/flatcam_beta/issues/32/crashes-on-close-random-crashes-that
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user