Fix containersChanged signal handlers

Fixes CURA-1642
This commit is contained in:
Arjen Hiemstra 2016-06-02 12:01:19 +02:00
parent 1a30dd96b1
commit 186eca160b
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
if key == "print_sequence" and property_name == "value":
self._onChanged()
def _onChanged(self):
def _onChanged(self, *args):
if self._convex_hull_job:
self._convex_hull_job.cancel()
self.setConvexHull(None)