summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobilecomponents/Icon.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2016-01-07 00:39:33 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2016-01-07 00:39:33 +0100
commit95bca4b50c4fd46ae190ac87ea8934523881b776 (patch)
treec7803775c577095a8d5d21756569039f387b4a38 /qt-mobile/qml/mobilecomponents/Icon.qml
parenta9b53efce6cdd7f6329794c9cd46525216b6844c (diff)
downloadsubsurface-95bca4b50c4fd46ae190ac87ea8934523881b776.tar.gz
sync with mobilecomponents 9d179eb74a227
- 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 <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Icon.qml')
-rw-r--r--qt-mobile/qml/mobilecomponents/Icon.qml16
1 files changed, 7 insertions, 9 deletions
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
+ }
+ */
}