Combo: simplified Combo() API uses a list clipper.

Wasn't as trivial before supporting IncludeItemByIndex().
This commit is contained in:
ocornut
2024-05-28 18:24:01 +02:00
parent 51823d117d
commit 109a8632d7
3 changed files with 22 additions and 18 deletions
+2
View File
@@ -47,6 +47,8 @@ Other changes:
responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899)
- Scrollbar: made scrolling logic more standard: clicking above or below the
grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150)
- Combo: simplified Combo() API uses a list clipper (due to its api it wasn't
previously trivial before we added clipper.IncludeItemByIndex() function).
- Misc: made ImGuiDir and ImGuiSortDirection stronger-typed enums.