- fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry
- activated and updated the editing in the Aperture Table in the Gerber Editor; not all parameters can be edited for every type of aperture - some strings updated
This commit is contained in:
@@ -1460,8 +1460,6 @@ class GerberObject(FlatCAMObj, Gerber):
|
||||
self.ui_disconnect()
|
||||
try:
|
||||
cw = self.sender()
|
||||
assert isinstance(cw, FCCheckBox),\
|
||||
"Expected a cellWidget but got %s" % type(cw)
|
||||
cw_index = self.ui.apertures_table.indexAt(cw.pos())
|
||||
cw_row = cw_index.row()
|
||||
except AttributeError:
|
||||
|
||||
Reference in New Issue
Block a user