ImVector: Fixed erase() with empty range. (#5009)

This commit is contained in:
thedmd
2022-02-15 11:14:43 +01:00
committed by ocornut
parent 5854da10e6
commit b6b8f6634e
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ Other Changes:
- Stack Tool: Added option to copy item path to clipboard. (#4631)
- Misc: Added constexpr to ImVec2/ImVec4 inline constructors. (#4995) [@Myriachan]
- ImVector: Fixed erase() with empty range. (#5009) [@thedmd]
- Drawlist: Fixed PathArcTo() emitting terminating vertices too close to arc vertices. (#4993) [@thedmd]