Change gradual infill upon clicking infill buttons

It sets the gradual infill to the value stored in the listmodel.

Contributes to issue CURA-3732.
This commit is contained in:
Ghostkeeper 2017-05-05 17:16:18 +02:00
parent ad1b1e0455
commit fc1a5e89c3
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -152,6 +152,7 @@ Item
if (infillListView.activeIndex != index)
{
infillDensity.setPropertyValue("value", model.percentage)
infillSteps.setPropertyValue("value", model.steps)
}
}
onEntered: