Osx #272

Closed
wan721 wants to merge 16 commits from osx into master
Showing only changes of commit d063e888a3 - Show all commits

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