Fixed holding tags unit tests.
This commit is contained in:
@@ -107,7 +107,7 @@ class Tag:
|
||||
self.height = math.fabs(height)
|
||||
self.actualHeight = self.height
|
||||
self.angle = math.fabs(angle)
|
||||
self.radius = radius
|
||||
self.radius = radius if FreeCAD.Units.Quantity == type(radius) else FreeCAD.Units.Quantity(radius, FreeCAD.Units.Length)
|
||||
self.enabled = enabled
|
||||
self.isSquare = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user