ProgressBar: Fixed a minor tesselation issue when rendering rounded progress bars.

Incidentally, the auto-tesselation path of PathArcTo() wasn't much tested.
This commit is contained in:
ocornut
2024-02-20 16:02:04 +01:00
parent d3f1a7165c
commit 3b6d924acd
2 changed files with 6 additions and 4 deletions

View File

@ -53,6 +53,8 @@ Other changes:
for auto-resizing of columns. (#6917)
- Tables: Angled headers: fixed TableAngledHeadersRow() incorrect background fill
drawn too low, particularly visible with tables that have no scrolling. (#6917)
- ProgressBar: Fixed a minor tesselation issue when rendering rounded progress bars,
where in some situations the rounded section wouldn't follow regular tesselation rules.
-----------------------------------------------------------------------