Combo: Allow SetNextWindowSize() to alter combo popup size. (#6130)

Amend a5e939214
This commit is contained in:
ocornut
2023-01-31 11:23:24 +01:00
parent 259560aa26
commit f142887088
2 changed files with 7 additions and 1 deletions

View File

@ -52,6 +52,7 @@ All changes:
- InputText: On OSX, inhibit usage of Alt key to toggle menu when active (used for work skip).
- Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116) [@imkcy9]
- PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.
- Combo: Allow SetNextWindowSize() to alter combo popup size. (#6130)
- ImDrawList: Added missing early-out in AddPolyline() and AddConvexPolyFilled() when
color alpha is zero.
- Misc: Most text functions treat "%s" as a shortcut to no-formatting. (#3466)