win32: fix parent HWND of canvas%
Merge to 5.1
(cherry picked from commit 6b1112a9ad
)
This commit is contained in:
parent
98dd05c6d3
commit
0707a3f954
|
@ -116,7 +116,7 @@
|
||||||
(if hscroll? WS_HSCROLL 0)
|
(if hscroll? WS_HSCROLL 0)
|
||||||
(if vscroll? WS_VSCROLL 0))
|
(if vscroll? WS_VSCROLL 0))
|
||||||
0 0 w h
|
0 0 w h
|
||||||
(or panel-hwnd (send parent get-hwnd))
|
(or panel-hwnd (send parent get-client-hwnd))
|
||||||
#f
|
#f
|
||||||
hInstance
|
hInstance
|
||||||
#f))
|
#f))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user