Disable the property editor when the value of the setting is not used

Contributes to CURA-1278
This commit is contained in:
Arjen Hiemstra 2016-06-08 16:33:58 +02:00
parent cc7369c594
commit 1131623278

View file

@ -205,6 +205,8 @@ Item {
{
id: controlContainer;
enabled: provider.isValueUsed
anchors.right: parent.right;
anchors.rightMargin: UM.Theme.getSize("default_margin").width
anchors.verticalCenter: parent.verticalCenter;