- updated all the translations files

- fixed the big mouse cursor in OpenGL(3D) graphic mode to get the set color
- fixed the cursor to have the set color and set cursor width in the Legacy(2D) graphic engine
- in Legacy(2D) graphic mode fixed the cursor toggle when the big cursor is activated
- in Legacy(2D) fixed big mouse cursor to snap to the grid
- RELEASE 8.991
This commit is contained in:
Marius Stanciu
2019-12-28 03:59:05 +02:00
committed by Marius
parent c74814cb00
commit 3c991e1c2d
22 changed files with 25592 additions and 9429 deletions

View File

@@ -177,6 +177,8 @@ class CutOut(FlatCAMTool):
# Margin
self.margin = FCDoubleSpinner()
self.margin.set_range(-9999.9999, 9999.9999)
self.margin.setSingleStep(0.1)
self.margin.set_precision(self.decimals)
self.margin_label = QtWidgets.QLabel('%s:' % _("Margin"))