racket/gui, win32: fix problem with mimize for fixed-size window
original commit: c7d181c2a9937945c53460479b4f72ea721d2a73
This commit is contained in:
parent
67b89ffbb2
commit
06c051ba0d
|
@ -318,7 +318,8 @@
|
||||||
(void))
|
(void))
|
||||||
(stdret 0 1)]
|
(stdret 0 1)]
|
||||||
[(= msg WM_MOVE)
|
[(= msg WM_MOVE)
|
||||||
(queue-window-event this (lambda () (queue-on-size)))
|
(unless (iconized?)
|
||||||
|
(queue-window-event this (lambda () (queue-on-size))))
|
||||||
(stdret 0 1)]
|
(stdret 0 1)]
|
||||||
[(= msg WM_ACTIVATE)
|
[(= msg WM_ACTIVATE)
|
||||||
(let ([state (LOWORD wParam)]
|
(let ([state (LOWORD wParam)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user