- 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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user