DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.

This commit is contained in:
omar
2019-08-30 20:28:14 +02:00
parent 3f99890f40
commit b59ec7b9b7
3 changed files with 11 additions and 5 deletions

View File

@ -44,6 +44,7 @@ Other Changes:
- TabBar: improved shrinking for large number of tabs to avoid leaving extraneous space on the right side.
Individuals tabs are given integer-rounded width and remainder is spread between tabs left-to-right.
- SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765) [@loicmouton]
- DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value.
- ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740)
- Using offsetof() when available in C++11. Avoids Clang sanitizer complaining about old-style macros. (#94)
- Added a mechanism to compact/free the larger allocations of unused windows (buffers are compacted when