Commit Graph

3 Commits (d1736ad0c8f10cea05baec60bede218e4fd1f6b0)

Author SHA1 Message Date
scrawl 76ddf8d794 Support Up/DownArrow keys to change NumericEditBox value 7 years ago
Thoronador 4d62541b62 fix usage of numeric_limits static functions min() and max()
Functions min() and max() of std::numeric_limits<T> are static
and can therefore be accessed via class name and :: operator.
10 years ago
scrawl 0bc840aadd Add NumericEditBox widget 10 years ago