mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
Merge branch '2.6'
* 2.6: Merge pull request #1910 from Ultimaker/fix_dialog_sizes Fix ordering of merged PlatformPhysicsOperation
This commit is contained in:
commit
e5df4c4c5e
@ -23,8 +23,8 @@ class PlatformPhysicsOperation(Operation):
|
|||||||
def mergeWith(self, other):
|
def mergeWith(self, other):
|
||||||
group = GroupedOperation()
|
group = GroupedOperation()
|
||||||
|
|
||||||
group.addOperation(self)
|
|
||||||
group.addOperation(other)
|
group.addOperation(other)
|
||||||
|
group.addOperation(self)
|
||||||
|
|
||||||
return group
|
return group
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user