DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)

This commit is contained in:
omar
2018-09-11 11:15:06 +02:00
parent af6cf25255
commit d014d0285a
3 changed files with 7 additions and 5 deletions

View File

@ -43,6 +43,8 @@ Other Changes:
properly after the main menu bar or last focused window is deactivated.
- DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve
erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075).
- DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). (#2024)
- DragFloat: Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
-----------------------------------------------------------------------