mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -06:00
Simplify onCompleted call in qml
CURA-8463
This commit is contained in:
parent
36d3a92fc0
commit
d842013a76
1 changed files with 1 additions and 4 deletions
|
@ -221,10 +221,7 @@ Button
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted: configurationItem.checked = Cura.MachineManager.matchesConfiguration(configuration)
|
||||||
{
|
|
||||||
configurationItem.checked = Cura.MachineManager.matchesConfiguration(configuration)
|
|
||||||
}
|
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue