- in Tool Transform added a new feature named 'Buffer'. For Geometry and Gerber objects will create (and replace) a geometry at a distance from the original geometry and for Excellon will adjust the Tool diameters
This commit is contained in:
@@ -787,11 +787,6 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
# FlatCAMApp.App.log.debug("Current: %s, Previous %s" % (str(current), str(previous)))
|
||||
|
||||
try:
|
||||
# delete selection shape
|
||||
self.app.delete_selection_shape()
|
||||
for o in self.get_list():
|
||||
o.selection_shape_drawn = False
|
||||
|
||||
obj = current.indexes()[0].internalPointer().obj
|
||||
self.item_selected.emit(obj.options['name'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user