- fixed issue in Tool Calculators when a float value was entered starting only with the dot.
- added protection for entering incorrect values in Offset and Scale fields for Gerber and Geometry objects (in Selected Tab)
This commit is contained in:
@@ -91,7 +91,7 @@ class App(QtCore.QObject):
|
||||
|
||||
# Version
|
||||
version = 8.905
|
||||
version_date = "2019/01/28"
|
||||
version_date = "2019/01/29"
|
||||
beta = True
|
||||
|
||||
# URL for update checks and statistics
|
||||
|
||||
Reference in New Issue
Block a user