Signed-off-by: Jindrich Makovicka <makov...@gmail.com> --- ui/sdl2.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/ui/sdl2.c b/ui/sdl2.c index 51721d764e..cdc599be48 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -418,6 +418,7 @@ static void handle_keyup(SDL_Event *ev) sdl2_reset_keys(scon); return; } + sdl2_reset_keys(scon); gui_keysym = 0; } if (!gui_keysym) { -- 2.15.0