fixed bug with text input gadgets when pressing "Escape" key
authorHolger Schemel <info@artsoft.org>
Thu, 22 Oct 2020 16:25:15 +0000 (18:25 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 22 Oct 2020 16:25:15 +0000 (18:25 +0200)
This bugs happens when incrementing or decrementing a numeric text
input gadget by 5 or 10 (using middle or right mouse button) so that
it gets a value beyond the allowed range. Although this will be
corrected, the "last value" variable still has the bad value, which
gets restored when clicking that text input gadget and then leaving
it by pressing the "Escape" key.


No differences found