1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Allow menu windows from ignoring the style.WindowMinSize values so short menus are not padded. (#1909)

This commit is contained in:
omar 2018-06-28 11:33:03 +02:00
parent 7adae3299e
commit b16603745c
2 changed files with 9 additions and 3 deletions

View file

@ -34,8 +34,10 @@ HOW TO UPDATE?
-----------------------------------------------------------------------
Other Changes:
- ArrowButton: Fixed to honor PushButtonRepeat() setting (and internals' ImGuiItemFlags_ButtonRepeat).
- ArrowButton: Setup current line text baseline so that ArrowButton() + SameLine() + Text() are aligned properly.
- Window: Allow menu windows from ignoring the style.WindowMinSize values so short menus are not padded. (#1909)
-----------------------------------------------------------------------