PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.

This commit is contained in:
ocornut
2023-01-17 18:32:50 +01:00
parent 82fdd7018d
commit 51c97a41aa
3 changed files with 4 additions and 6 deletions

View File

@ -41,6 +41,7 @@ All changes:
is scaled. Scaling wasn't taken into account, leading to ellipsis character straying
slightly out of its expected boundaries. (#2775)
- Text: Tweaked rendering of three-dots "..." ellipsis variant. (#2775, #4269)
- PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.
-----------------------------------------------------------------------