mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Fix toggle indicator camera view
Setting the checked state in the javascript caused the binding to be broken. Stupid mistake and I should have known better... CURA-8664
This commit is contained in:
parent
a35fcf493a
commit
e02b179fae
1 changed files with 0 additions and 2 deletions
|
@ -51,7 +51,6 @@ Menu
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
UM.Preferences.setValue("general/camera_perspective_mode", "perspective")
|
UM.Preferences.setValue("general/camera_perspective_mode", "perspective")
|
||||||
checked = cameraViewMenu.cameraMode == "perspective"
|
|
||||||
}
|
}
|
||||||
exclusiveGroup: group
|
exclusiveGroup: group
|
||||||
}
|
}
|
||||||
|
@ -63,7 +62,6 @@ Menu
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
UM.Preferences.setValue("general/camera_perspective_mode", "orthographic")
|
UM.Preferences.setValue("general/camera_perspective_mode", "orthographic")
|
||||||
checked = cameraViewMenu.cameraMode == "orthographic"
|
|
||||||
}
|
}
|
||||||
exclusiveGroup: group
|
exclusiveGroup: group
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue