mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Use the right property for the property provider
Otherwise we get a bunch of errors from the per object settings tool
This commit is contained in:
parent
9f9de493f7
commit
8c8caa2cac
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ Item {
|
||||||
{
|
{
|
||||||
id: controlContainer;
|
id: controlContainer;
|
||||||
|
|
||||||
enabled: provider.isValueUsed
|
enabled: propertyProvider.isValueUsed
|
||||||
|
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue