mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fixed usage of wrong checkbox in viewpage
This commit is contained in:
parent
bbf0b92f87
commit
21d8eb941b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ UM.PreferencesPage
|
|||
|
||||
//: Display Overhang preference checkbox
|
||||
text: qsTr("Center camera when item is selected");
|
||||
onClicked: overhangCheckbox.checked = !overhangCheckbox.checked
|
||||
onClicked: centerCheckbox.checked = !centerCheckbox.checked
|
||||
|
||||
//: Display Overhang preference tooltip
|
||||
tooltip: "Moves the camera so the object is in the center of the view when an object is selected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue