mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Fix containersChanged signal handlers
Fixes CURA-1642
This commit is contained in:
parent
1a30dd96b1
commit
186eca160b
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue