ImVector: Added find_index() helper.

This commit is contained in:
ocornut
2023-09-08 15:30:46 +02:00
parent 44a6b493ee
commit 7812039402
3 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,7 @@ Other changes:
register contents size in a way that would affect the scrolling layer.
Was most often noticable when using an horizontal scrollbar. (#6789)
- ImDrawList: Added AddEllipse(), AddEllipseFilled(), PathEllipticalArcTo(). (#2743) [@Doohl]
- ImVector: Added find_index() helper.
- Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019) [@halx99]
- Backends: Win32: Added support for keyboard codepage conversion for when application
is compiled in MBCS mode and using a non-Unicode window. (#6785, #6782, #5725, #5961) [@sneakyevil]