Skip to content

Commit

Permalink
Another workaround to solve blur problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
aacalfa committed Jul 31, 2014
1 parent c612a1d commit d063e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/PreprocessedTerminal.qml
Expand Up @@ -218,7 +218,7 @@ Item{
id: finalSource
sourceItem: blurredterminal
sourceRect: frame.sourceRect
format: ShaderEffectSource.Alpha
//format: ShaderEffectSource.Alpha
hideSource: true
}
ShaderEffect {
Expand Down Expand Up @@ -343,7 +343,7 @@ Item{
wrapMode: ShaderEffectSource.Repeat
smooth: true
hideSource: true
format: ShaderEffectSource.Alpha
//format: ShaderEffectSource.Alpha
}

// RASTERIZATION //////////////////////////////////////////////////////////
Expand Down Expand Up @@ -419,6 +419,6 @@ Item{
sourceItem: rasterizationContainer
hideSource: true
smooth: true
format: ShaderEffectSource.Alpha
//format: ShaderEffectSource.Alpha
}
}

0 comments on commit d063e88

Please sign in to comment.