ActiveTool.properties now returns a ContainerProxy object

This commit is contained in:
Arjen Hiemstra 2016-01-29 15:18:19 +01:00
parent edf2802099
commit 5d136a1da7
2 changed files with 4 additions and 4 deletions

View file

@ -464,7 +464,7 @@ UM.MainWindow
height: childrenRect.height;
Label
{
text: UM.ActiveTool.properties.Rotation != undefined ? "%1°".arg(UM.ActiveTool.properties.Rotation) : "";
text: UM.ActiveTool.properties.getValue("Rotation") != undefined ? "%1°".arg(UM.ActiveTool.properties.Rotation) : "";
}
visible: UM.ActiveTool.valid && UM.ActiveTool.properties.Rotation != undefined;