mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Re-enable centre camera on selection
With Qt 5.8 it works again on Windows.
This commit is contained in:
parent
c93acc12e7
commit
29b90d26b8
2 changed files with 2 additions and 4 deletions
|
@ -332,7 +332,6 @@ UM.PreferencesPage
|
|||
text: catalog.i18nc("@action:button","Center camera when item is selected");
|
||||
checked: boolCheck(UM.Preferences.getValue("view/center_on_select"))
|
||||
onClicked: UM.Preferences.setValue("view/center_on_select", checked)
|
||||
enabled: Qt.platform.os != "windows" // Hack: disable the feature on windows as it's broken for pyqt 5.7.1.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue