mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 03:35:12 +08:00
Fix clicking PrepareMenu
CURA-9424
This commit is contained in:
parent
06a2886139
commit
27267deb22
@ -78,7 +78,7 @@ Item
|
||||
width: Math.round(parent.width / 2 - leftPadding * 1.5)
|
||||
onClicked:
|
||||
{
|
||||
toggleContent()
|
||||
machineSelection.toggleContent()
|
||||
Cura.Actions.addMachine.trigger()
|
||||
}
|
||||
},
|
||||
@ -94,7 +94,7 @@ Item
|
||||
width: parent.width / 2 - rightPadding * 1.5
|
||||
onClicked:
|
||||
{
|
||||
toggleContent()
|
||||
machineSelection.toggleContent()
|
||||
Cura.Actions.configureMachines.trigger()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user