Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r642f08650a7a88ad6a2305fdea6bd18365aab5c7 -r97c5ce084b3e04ebb64a094cf785ef43e9f8b989 --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 642f08650a7a88ad6a2305fdea6bd18365aab5c7) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 97c5ce084b3e04ebb64a094cf785ef43e9f8b989) @@ -28,7 +28,8 @@ property alias text : _text property alias pixelSize : _text.font.pixelSize property alias fgColor : _text.color - property alias bgColor : _root.color + //TODO need to update code to use bgColor instead of backgroundColor property +// property alias bgColor : _root.color property alias textString : _text.text property bool touchable : true