mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fixed up the convex hull 'shadow' creation and deletion after the merge.
Contributes to CURA-1504
This commit is contained in:
parent
fd42a43270
commit
9641a25f31
3 changed files with 28 additions and 19 deletions
|
@ -741,7 +741,6 @@ class CuraApplication(QtApplication):
|
|||
|
||||
# Add all individual nodes to the selection
|
||||
Selection.add(child)
|
||||
child.callDecoration("setConvexHull", None)
|
||||
|
||||
op.push()
|
||||
# Note: The group removes itself from the scene once all its children have left it,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue