Force shadereffect source visibility to off. Bump qmltermwidget plugin version.

This commit is contained in:
Filippo Scognamiglio
2014-12-11 00:52:09 +01:00
parent 789828e8b8
commit b9f2cc4300
5 changed files with 11 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ ShaderEffect{
sourceItem: reflectionEffectLoader.item
hideSource: true
smooth: true
visible: false
}
}

View File

@@ -56,12 +56,14 @@ Item{
sourceItem: frameimage
hideSource: true
textureSize: Qt.size(parent.width, parent.height)
visible: false
}
ShaderEffectSource{
id: framesourcenormals
sourceItem: framenormals
hideSource: true
textureSize: Qt.size(parent.width, parent.height)
visible: false
}
Loader{
anchors.centerIn: parent