mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Fixed usage of wrong checkbox in viewpage
This commit is contained in:
parent
bbf0b92f87
commit
21d8eb941b
@ -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…
x
Reference in New Issue
Block a user