Fix hover effect on "enable support" checkbox

This commit is contained in:
fieldOfView 2017-04-30 22:27:07 +02:00
parent b05954f99f
commit 98aca20197

View File

@ -240,6 +240,8 @@ Item
CheckBox CheckBox
{ {
id: enableSupportCheckBox id: enableSupportCheckBox
property alias _hovered: enableSupportMouseArea.containsMouse
anchors.top: parent.top anchors.top: parent.top
anchors.left: enableSupportLabel.right anchors.left: enableSupportLabel.right
anchors.leftMargin: UM.Theme.getSize("default_margin").width anchors.leftMargin: UM.Theme.getSize("default_margin").width