Draft: small bugfix in trackers

This commit is contained in:
Yorik van Havre
2019-01-14 11:32:34 -02:00
parent 2c42c57560
commit 58d85a5e47

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()