Bali10050 / Lightly

A modern style for qt applications.
Other
111 stars 7 forks source link

Don't blur the entire region if alpha channel is < 255 #31

Closed DeltaCopy closed 1 month ago

DeltaCopy commented 1 month ago

QT 6.8 changes may have introduced a regression in blurring windows so just return QRegion() https://github.com/Bali10050/Lightly/issues/29

This may need reverting if the code is fixed in QT.

systemsettings opens with this small change.

If possible please test in a VM first.

I have also disabled the .zst Archlinux asset publishing since it doesn't work anymore.

DeltaCopy commented 1 month ago

image

Bali10050 commented 1 month ago

Thank you, this is much better than the „solution” that I had (it completely deleted anything blur related from the code).

mashrit commented 1 month ago

is this supposed to stop all blur in windows?

Bali10050 commented 1 month ago

@mashrit mostly yes, until we find a better solution