mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-4525 refresh objects list of all items after changing build plate
This commit is contained in:
parent
cb1484ee63
commit
dd989a1a51
2 changed files with 6 additions and 6 deletions
|
|
@ -38,3 +38,6 @@ class CuraSceneNode(SceneNode):
|
|||
copy.addChild(deepcopy(child, memo))
|
||||
self.calculateBoundingBoxMesh()
|
||||
return copy
|
||||
|
||||
def transformChanged(self) -> None:
|
||||
self._transformChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue