mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
ActiveTool.properties now returns a ContainerProxy object
This commit is contained in:
parent
edf2802099
commit
5d136a1da7
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue