CURA-4525 refresh objects list of all items after changing build plate

This commit is contained in:
Jack Ha 2018-01-03 13:43:09 +01:00
parent cb1484ee63
commit dd989a1a51
2 changed files with 6 additions and 6 deletions

View file

@ -38,3 +38,6 @@ class CuraSceneNode(SceneNode):
copy.addChild(deepcopy(child, memo))
self.calculateBoundingBoxMesh()
return copy
def transformChanged(self) -> None:
self._transformChanged()