fix blinking 'up' indicator on pressing 'down'

This commit is contained in:
Alexander Ivash 2018-06-01 18:21:47 +03:00
parent 56466e61d3
commit 826d853edf

View file

@ -115,7 +115,7 @@ SpinBox {
anchors.centerIn: parent
text: hifi.glyphs.caratUp
size: hifi.dimensions.spinnerSize
color: spinBox.down.pressed || spinBox.up.hovered ? (isLightColorScheme ? hifi.colors.black : hifi.colors.white) : hifi.colors.gray
color: spinBox.up.pressed || spinBox.up.hovered ? (isLightColorScheme ? hifi.colors.black : hifi.colors.white) : hifi.colors.gray
}
}