From 9d7efad7983d4acdb654c026a5614a75452bc356 Mon Sep 17 00:00:00 2001 From: aacalfa Date: Thu, 31 Jul 2014 14:25:23 -0300 Subject: [PATCH] Reverting PreprocessedTerminal.qml to be used in pull request. --- app/PreprocessedTerminal.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/PreprocessedTerminal.qml b/app/PreprocessedTerminal.qml index 7e743e1..773d00a 100644 --- a/app/PreprocessedTerminal.qml +++ b/app/PreprocessedTerminal.qml @@ -218,7 +218,7 @@ Item{ id: finalSource sourceItem: blurredterminal sourceRect: frame.sourceRect - //format: ShaderEffectSource.Alpha + format: ShaderEffectSource.Alpha hideSource: true } ShaderEffect { @@ -343,7 +343,7 @@ Item{ wrapMode: ShaderEffectSource.Repeat smooth: true hideSource: true - //format: ShaderEffectSource.Alpha + format: ShaderEffectSource.Alpha } // RASTERIZATION ////////////////////////////////////////////////////////// @@ -419,6 +419,6 @@ Item{ sourceItem: rasterizationContainer hideSource: true smooth: true - //format: ShaderEffectSource.Alpha + format: ShaderEffectSource.Alpha } }