racket/gui, win32: fix problem with mimize for fixed-size window
This commit is contained in:
parent
91791983aa
commit
c7d181c2a9
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user