mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Rename Orthogonal to Orthographic everywhere
This commit is contained in:
parent
2ce567ccfe
commit
846cbe79a3
5 changed files with 24 additions and 6 deletions
|
@ -58,11 +58,11 @@ Menu
|
|||
{
|
||||
text: catalog.i18nc("@action:inmenu menubar:view", "Orthographic")
|
||||
checkable: true
|
||||
checked: cameraViewMenu.cameraMode == "orthogonal"
|
||||
checked: cameraViewMenu.cameraMode == "orthographic"
|
||||
onTriggered:
|
||||
{
|
||||
UM.Preferences.setValue("general/camera_perspective_mode", "orthogonal")
|
||||
checked = cameraViewMenu.cameraMode == "orthogonal"
|
||||
UM.Preferences.setValue("general/camera_perspective_mode", "orthographic")
|
||||
checked = cameraViewMenu.cameraMode == "orthographic"
|
||||
}
|
||||
exclusiveGroup: group
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue