Draft: small bugfix in trackers

This commit is contained in:
Yorik van Havre
2019-01-14 11:32:34 -02:00
parent c601f4cb66
commit dd7aba2f65

View File

@@ -577,7 +577,7 @@ class ghostTracker(Tracker):
"recreates the ghost from a new object"
obj.ViewObject.show()
self.finalize()
sep = getNode(obj)
sep = self.getNode(obj)
Tracker.__init__(self,children=[self.sep])
self.on()
obj.ViewObject.hide()