kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
61 stars 8 forks source link

Fix bug in gtk popup menu #1

Closed nunuhara closed 5 years ago

nunuhara commented 5 years ago

Fixes a bug where the game freezes instead of opening the popup menu. It looks like gtk ignores calls to gtk_menu_popup if the event timestamp is too old. This causes the game to pause, thinking the popup menu is open when it is not.

kichikuou commented 5 years ago

Thanks!