fixed bug with text area gadgets when pressing "Escape" key
authorHolger Schemel <info@artsoft.org>
Thu, 22 Oct 2020 16:31:50 +0000 (18:31 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 22 Oct 2020 16:31:50 +0000 (18:31 +0200)
commitf0a36d142c51c8936afa8f9e7bbcf10946c8170a
tree342d98c174335081902a6bcde95280e47957d81e
parent0865ed73513e161be429a61c63913d58c9d145a3
fixed bug with text area gadgets when pressing "Escape" key

This bugs happens when leaving a text area gadget by pressing the
"Escape" key. While this is allowed and does not cause the previous
text area content to be restored (as text area gadgets cannot be
left using the "Enter" key, and as there may be huge amount of text
being entered), the corresponding callback function is not called, so
the entered text is lost as soon as the gadget gets unmapped.
src/libgame/gadgets.c