win32: fix is-maximized' in
frame%'
Merge to 5.1.2
(cherry picked from commit 255549c8c8
)
This commit is contained in:
parent
0083418b53
commit
18b8751ee2
|
@ -442,8 +442,8 @@
|
||||||
|
|
||||||
(define/public (is-maximized?)
|
(define/public (is-maximized?)
|
||||||
(if (is-shown?)
|
(if (is-shown?)
|
||||||
hidden-zoomed?
|
(IsZoomed hwnd)
|
||||||
(IsZoomed hwnd)))
|
hidden-zoomed?))
|
||||||
|
|
||||||
(define/public (maximize on?)
|
(define/public (maximize on?)
|
||||||
(if (is-shown?)
|
(if (is-shown?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user