Draft: Small cosmetic fix in edit points

This commit is contained in:
Yorik van Havre
2019-01-22 00:10:31 -02:00
parent 041a550815
commit ca2e3c2324

View File

@@ -4100,8 +4100,7 @@ class Edit(Modifier):
self.trackers = []
if self.editpoints:
for ep in range(len(self.editpoints)):
self.trackers.append(editTracker(self.editpoints[ep],self.obj.Name,
ep,self.obj.ViewObject.LineColor))
self.trackers.append(editTracker(self.editpoints[ep],self.obj.Name,ep))
self.call = self.view.addEventCallback("SoEvent",self.action)
self.running = True
plane.save()