mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-21 03:55:48 +02:00
The dialog event handling is a bit messed up. An ok/cancel event sends a close event, which sends a cancel event and repeats. This would actually be an infinite loop if wxWidgets didn't detect a loop. Rework the event handling to avoid the loop and to remember the positions of modal dialogs as well.