Skip to content

Commit

Permalink
bugfix: actually fix #1148
Browse files Browse the repository at this point in the history
The previous commit fixed it for ShowMessage, but not for ShowHelp
  • Loading branch information
midwan committed Nov 9, 2023
1 parent 5d86449 commit 1375d3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/osdep/gui/ShowHelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ static void ShowHelpLoop(void)
case SDL_MOUSEBUTTONDOWN:
case SDL_MOUSEBUTTONUP:
case SDL_MOUSEMOTION:
case SDL_RENDER_TARGETS_RESET:
case SDL_RENDER_DEVICE_RESET:
case SDL_WINDOWEVENT:
case SDL_DISPLAYEVENT:
case SDL_SYSWMEVENT:
got_event = 1;
break;

Expand Down

0 comments on commit 1375d3b

Please sign in to comment.