hugoam / kiui

Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend
zlib License
749 stars 70 forks source link

[NumberInput] Added [min;max] range checking for handled values #27

Closed alexeyknyshev closed 9 years ago

alexeyknyshev commented 9 years ago

Early implementation steps towards #23

Condition min <= max is not checked. Default values: min = std::numeric_limits::lowest() max = std::numeric_limits::max()

Signed-off-by: Alexey Knyshev alexey.knyshev@gmail.com

hugoam commented 9 years ago

Should be fixed in da79125