mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08:00
Fix ordering of merged PlatformPhysicsOperation
This makes sure we undo the PP operation before the other operation, so the ordering of operations is still correct. Contributes to CURA-3912
This commit is contained in:
parent
9a54ff426b
commit
d44caa281b
@ -23,8 +23,8 @@ class PlatformPhysicsOperation(Operation):
|
||||
def mergeWith(self, other):
|
||||
group = GroupedOperation()
|
||||
|
||||
group.addOperation(self)
|
||||
group.addOperation(other)
|
||||
group.addOperation(self)
|
||||
|
||||
return group
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user