- Gerber Editor: finished the selection on canvas; should be used as an template for the other Editors

- Gerber Editor: finished the Copy, Aperture Add, Buffer, Scale, Move including the Utility geometry
- Trying to fix bug in Measurement Tool: the mouse events don't disconnect
This commit is contained in:
Marius Stanciu
2019-04-10 03:56:56 +03:00
parent fbdcb00eb3
commit 942d9e2b01
8 changed files with 356 additions and 609 deletions

View File

@@ -1687,7 +1687,7 @@ class FlatCAMExcEditor(QtCore.QObject):
self.new_tools = {}
self.new_drills = []
self.storage_dict = {}
# self.storage_dict = {}
self.shapes.clear(update=True)
self.tool_shape.clear(update=True)