mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix clicking PrepareMenu
CURA-9424
This commit is contained in:
parent
06a2886139
commit
27267deb22
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue