Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r45617764a63d5573bfb942b039f2854ed25ba15d -r670f257c9b88d3e5506eccaad111bec914102a72 --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 45617764a63d5573bfb942b039f2854ed25ba15d) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 670f257c9b88d3e5506eccaad111bec914102a72) @@ -60,9 +60,11 @@ if (disabled) { text.color = Colors.textDisableButton border.color = Colors.borderDisableButton + color = "Transparent" } else { text.color = textColor border.color = borderColor + color = backgroundColor } }