- optimized the Gerber mark shapes display

- fixed a color format bug in Tool Move for 3D engine
- made sure that when the Tool Move is used on a Gerber file with mark shapes active, those mark shapes are deleted before the actual move
This commit is contained in:
Marius Stanciu
2019-09-23 17:08:46 +03:00
committed by Marius
parent 170f293275
commit ae7fec6dd1
4 changed files with 46 additions and 46 deletions

View File

@@ -418,6 +418,7 @@ class PlotCanvasLegacy(QtCore.QObject):
xmin, xmax = self.axes.get_xlim()
ymin, ymax = self.axes.get_ylim()
width = xmax - xmin
height = ymax - ymin