racket/gui, win32: fix problem with mimize for fixed-size window

This commit is contained in:
Matthew Flatt 2012-06-23 04:14:23 -06:00
parent 91791983aa
commit c7d181c2a9

View File

@ -318,7 +318,8 @@
(void))
(stdret 0 1)]
[(= msg WM_MOVE)
(queue-window-event this (lambda () (queue-on-size)))
(unless (iconized?)
(queue-window-event this (lambda () (queue-on-size))))
(stdret 0 1)]
[(= msg WM_ACTIVATE)
(let ([state (LOWORD wParam)]