Clipper: Added IncludeIndex() helper to include a single item. (#6424, #3841)

This commit is contained in:
ocornut
2023-08-25 17:52:44 +02:00
parent 4a7810e992
commit 200053771a
2 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,7 @@ Other changes:
setting large values. (#6749)
- InputFloat, SliderFloat, DragFloat: always turn both '.' and ',' into the current decimal
point character when using Decimal/Scientific character filter. (#6719, #2278) [@adamsepp]
- Clipper: Added IncludeByIndex() helper to include a single item. (#6424, #3841)
- ImDrawData: Fixed an issue where TotalVtxCount/TotalIdxCount does not match the sum
of individual ImDrawList's buffer sizes when a dimming/modal background is rendered. (#6716)
- ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively