Re-enable centre camera on selection

With Qt 5.8 it works again on Windows.
This commit is contained in:
Ghostkeeper 2017-06-15 16:16:43 +02:00
parent c93acc12e7
commit 29b90d26b8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 2 additions and 4 deletions

View file

@ -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.
}
}