- fixed the GUI of the Geometry Editor Tool Transform and adapted it to use the precision setting

This commit is contained in:
Marius Stanciu
2019-12-05 17:56:12 +02:00
parent de333e4841
commit 71c3d40057
3 changed files with 42 additions and 30 deletions

View File

@@ -1446,7 +1446,7 @@ class FlatCAMExcEditor(QtCore.QObject):
self.canvas = self.app.plotcanvas
# Number of decimals used by tools in this class
self.decimals = 4
self.decimals = self.app.decimals
# ## Current application units in Upper Case
self.units = self.app.defaults['units'].upper()