mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-02 03:40:06 +00:00
This commit is contained in:
parent
4a7810e992
commit
200053771a
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue