Index: sources/gui/qml/compounds/TouchGrid.qml =================================================================== diff -u -r066258b65a1c41afe3828c92d2606d2642505d72 -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f --- sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 066258b65a1c41afe3828c92d2606d2642505d72) +++ sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) @@ -59,7 +59,7 @@ onClicked : _root.itemClicked(index) Image { - visible: _touchItem.enabled && ! _touchItem.isPressed + visible: _touchItem.enabled && ! _touchItem.isPressed && _root.itemsText[index] anchors.right: _touchItem.right anchors.verticalCenter: _touchItem.verticalCenter width : Variables.arrowWidth @@ -68,7 +68,7 @@ } Line { - visible: ! _touchItem.isPressed + visible: ! _touchItem.isPressed && _root.itemsText[index] color: _touchItem.enabled ? Colors.borderButtonHalfDarker : Colors.borderDisableButton anchors.left : _touchItem.left anchors.right : _touchItem.right