Clipper: Fixed a regresssion when not calling End() + calling End() twice as well. (#4822)

This commit is contained in:
ocornut
2022-02-17 11:09:06 +01:00
parent 5c8f8d0311
commit d9e60d29e1
3 changed files with 10 additions and 8 deletions

View File

@ -39,6 +39,8 @@ Breaking changes:
Other Changes:
- Clipper: Fixed a regression in 1.86 when not calling clipper.End() and late destructing the
clipper instance. High-level languages (Lua,Rust etc.) would typically be affected. (#4822)
- Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate.
- Stack Tool: Added option to copy item path to clipboard. (#4631)
- Misc: Added constexpr to ImVec2/ImVec4 inline constructors. (#4995) [@Myriachan]