Skip to content
Verified Commit 421bd906 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

LabelBackground: Fix glitched graphics at near-zero values

When this custom progress bar component draws a rectangle that has less
height than the sum of its left & right corner radii, the result is a
thin vertical rectangle sticking outside of background.

The fix is to hide progress bar groove when it's less that double radius.
Which is practically what PlasmaComponents.3/ProgressBar is doing.
parent eeeb917f
Pipeline #466739 passed with stage
in 3 minutes and 14 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment