Fixed InputFloatX, SliderFloatX, DragFloatX functions erroneously reporting IsItemEdited() multiple times when the text input doesn't match the formatted output value (e.g. input "1" shows "1.000"). It wasn't much of a problem because we typically use the return value instead of IsItemEdited() here. (#1875, #2034)
|
---|
|
docs/CHANGELOG.txt |
---|
docs/TODO.txt |
---|
imgui.h |
---|
imgui_widgets.cpp |
---|