mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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;
|
||||
|
||||
enabled: provider.isValueUsed
|
||||
enabled: propertyProvider.isValueUsed
|
||||
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue