Skip to content

Fix a bug that caused the handle of the volume slider to show artifacts

Derek Christ requested to merge derek/plasma-pa:work/handle_fix into master

Sometimes it was possible for the handle of the volume slider to show visual artifacts when audio was playing. Also the highlight of the slider itself had sometimes a visual glitch at one side.

This commit fixes those glitches by enabling clipping for the slider handle and also for the highlight of the slider itself.

Before:

2021-09-17_16-41-44

After

2021-09-17_16-50-01

(I'm not 100% sure why this fixes the bug, so if someone can explain it I'd be very thankful)

Merge request reports