Files
pcsx2/common/include
Jonathan Li 2a4bd85f53 gui: Fix looping dialog event handling
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.
2015-06-25 16:46:20 +01:00
..
2009-10-16 03:58:29 +00:00
2013-07-01 21:32:44 +00:00
2015-01-05 23:46:18 +01:00
2015-04-17 18:33:26 +02:00