From 95bca4b50c4fd46ae190ac87ea8934523881b776 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Thu, 7 Jan 2016 00:39:33 +0100 Subject: sync with mobilecomponents 9d179eb74a227 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Workaround for black squares is merged upstream - brings back the FAB button, additional - swipe interaction improvements in the same Signed-off-by: Sebastian Kügler --- qt-mobile/qml/mobilecomponents/Icon.qml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'qt-mobile/qml/mobilecomponents/Icon.qml') diff --git a/qt-mobile/qml/mobilecomponents/Icon.qml b/qt-mobile/qml/mobilecomponents/Icon.qml index 9f7be0f9b..150c181e6 100644 --- a/qt-mobile/qml/mobilecomponents/Icon.qml +++ b/qt-mobile/qml/mobilecomponents/Icon.qml @@ -38,13 +38,11 @@ Item { sourceSize.width: root.width sourceSize.height: root.height } - /* - * this appears to cause us to show nothing but black squares instead - * of icons on some Android devices - GammaAdjust { - anchors.fill: image - source: image - gamma: root.active ? 3.0 : 1 - } - */ + /* // FIXME: This causes black squares on some GLES drivers, notably on Adreno hardware + GammaAdjust { + anchors.fill: image + source: image + gamma: root.active ? 3.0 : 1 + } + */ } -- cgit v1.2.3-70-g09d2