mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Combo: Allow SetNextWindowSize() to alter combo popup size. (#6130)
Amend a5e939214
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user