commit | 6e141a9cae758c799bea91058966fbde281dfce0 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Dec 06 12:00:16 2021 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Dec 06 12:09:38 2021 +0100 |
tree | b82a3f611cadca92f1726fa888534438b2f07969 | |
parent | eea836135ad5ea980b8131825356e90dfd6a8b13 [diff] |
Internals: made ScrollbarEx() use ImS64 to facilitate use with larger ranges (not fully tested) + clipper tweaks (#3609, #3962 + https://github.com/ocornut/imgui_club/issues/20) This does NOT fix all problems with large ranges and floating point precision, it merely attenuate them.