Fix missing recompute in Draft ShapeString
This commit is contained in:
@@ -2622,7 +2622,7 @@ def makeShapeString(String,FontFile,Size = 100,Tracking = 0):
|
||||
obrep = obj.ViewObject
|
||||
if "PointSize" in obrep.PropertiesList: obrep.PointSize = 1 # hide the segment end points
|
||||
select(obj)
|
||||
|
||||
obj.recompute()
|
||||
return obj
|
||||
|
||||
def clone(obj,delta=None,forcedraft=False):
|
||||
|
||||
Reference in New Issue
Block a user