Draft: Small fix to Edit tool

This commit is contained in:
Yorik van Havre
2019-01-26 18:47:51 -02:00
parent 8a44522550
commit 40034890da

View File

@@ -4289,6 +4289,7 @@ class Edit(Modifier):
self.trackers[0].set(self.obj.Placement.Base)
elif self.editing == 1:
self.obj.Radius = delta.Length
self.obj.recompute()
self.trackers[1].set(self.obj.Shape.Vertexes[0].Point)
elif Draft.getType(self.obj) == "Rectangle":
delta = v.sub(self.obj.Placement.Base)