QT windows with transparent backgrounds show as opaque, and don't damage properly #10123
Replies: 1 comment
-
qt bug. Incorrectly set opaque regions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Regression
Yes, started from e536b02, although this specific example had issues in 0.46.0 with blur.
Describe the bug
Left is before hack fix, right is after.
2025-04-20.15-00-29.mp4
Reproduction steps
Hacky fix
I found the issue is due to the pending.opaque region in SSurfaceState, the fix is to comment line 225 in Compositor.cpp: pending.opaque = RG->region;
Beta Was this translation helpful? Give feedback.
All reactions