mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Fixes rotation hint
CURA-816
This commit is contained in:
parent
eab378252a
commit
2867f03840
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ UM.MainWindow
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: UM.ActiveTool.properties.getValue("Rotation") != undefined ? "%1°".arg(UM.ActiveTool.properties.Rotation) : "";
|
text: UM.ActiveTool.properties.getValue("Rotation") != undefined ? "%1°".arg(UM.ActiveTool.properties.getValue("Rotation")) : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
visible: UM.ActiveTool.valid && UM.ActiveTool.properties.Rotation != undefined;
|
visible: UM.ActiveTool.valid && UM.ActiveTool.properties.Rotation != undefined;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue