- 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:
Marius Stanciu
2019-12-23 22:59:01 +02:00
committed by Marius
parent fe5c2c7836
commit b1b140634b
9 changed files with 359 additions and 33 deletions

View File

@@ -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'])