summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-01-18 13:25:57 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-01-19 06:41:45 +0000
commit81c95946aec152090810da6218ef8d33963368a6 (patch)
tree43d396cd06f7151643dcb9f9a131a8d9b04f466e
parentd1bc24eadf6935a4aa5ce0bfef18a28dab1abd8a (diff)
Fixed Qt logo shader
Change-Id: I39a0e9e077833fec199924ad394f1d4ea43eab2b Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
-rw-r--r--qml/GlimmeringQtLogo.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/qml/GlimmeringQtLogo.qml b/qml/GlimmeringQtLogo.qml
index 817b678..2a8f973 100644
--- a/qml/GlimmeringQtLogo.qml
+++ b/qml/GlimmeringQtLogo.qml
@@ -31,7 +31,8 @@ Item {
height: width * sourceSize.height / sourceSize.width;
source: "images/qt-logo.png"
- visible: false || !engine.glAvailable
+ visible: !engine.glAvailable
+ layer.enabled: true
}
HighlightShader {
@@ -77,7 +78,4 @@ Item {
}
}
}
-
-
-
}