1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-20 09:39:07 +00:00

Another workaround to solve blur problem.

This commit is contained in:
aacalfa 2014-07-31 12:16:43 -03:00
parent c612a1d586
commit d063e888a3

View File

@ -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
}
}