Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116)

This commit is contained in:
ocornut
2023-01-24 16:11:38 +01:00
parent e8421de23c
commit f6db9e2f39
2 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,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)
- Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116) [@imkcy9]
- PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.