Comment 8 for bug 801414

Revision history for this message
David Lechner (dlech) wrote :

It looks like mono calls the OnWindowResize event multiple times when you minimize. This patch just short circutis the event handler when it is called multiple times in a row, which fixes the bug.