mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge pull request #624 from Ultimaker/fast_advanced_switch
Fast Simple<->Advanced Switch
This commit is contained in:
commit
d68e17c9f5
4 changed files with 48 additions and 21 deletions
|
@ -473,7 +473,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