Skip to content
Snippets Groups Projects
Commit 3f68114d authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Felix Paul Kühne
Browse files

qml: do not use linear filtering effect with non-RHI sg adaptation in ArtistTopBanner

Since blur effect is not available with the non-RHI scene graph adaptation (software,
and openvg adaptations), linear filtering was used here to approximate blur.

However with Qt 6, the texture does not seem to be aligned properly with the software
adaptation. This is most likely a Qt bug, but since the effect is not really important
for non-RHI adaptations, we can instead simply get rid of the effect and lower the
opacity instead.
parent 133b21c2
No related branches found
No related tags found
1 merge request!6516qml: fix background is not aligned with software renderer in ArtistTopBanner
Pipeline #564244 passed with stage
in 12 minutes and 48 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment