Mult-nested convex hulls should now be correctly updated

This commit is contained in:
Jaime van Kessel 2015-07-16 15:14:05 +02:00
parent 1d4dbcc990
commit 132f51883f
2 changed files with 6 additions and 3 deletions

View file

@ -49,7 +49,9 @@ class ConvexHullJob(Job):
self._node.callDecoration("setConvexHullNode", hull_node)
self._node.callDecoration("setConvexHull", hull)
self._node.callDecoration("setConvexHullJob", None)
#if self._node.getParent().callDecoration("isGroup"):
if self._node.getParent().callDecoration("isGroup"):
self._node.getParent().callDecoration("setConvexHull", None)
# if self._node.getParent().callDecoration("getConvexHull"):
# self._node.getParent().callDecoration("getConvexHullNode").setParent(None)