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)
commit0865ed73513e161be429a61c63913d58c9d145a3
tree42065d08b08e08831118fc0f83b464a601ed7ea4
parent75cf7222f547d30ad058a890553467862fe893e5
fixed bug with text input gadgets when pressing "Escape" key

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.
src/libgame/gadgets.c