Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da3fab4

Browse files
committed
Update Migration Guide doc
1 parent 90deb4f commit da3fab4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Migration-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ implementation in `src/dpi_aware_win.pyx`.
156156

157157
This function can sometimes cause app hanging during window resize.
158158
Call instead the new `WindowUtils`.[UpdateBrowserSize](../api/WindowUtils.md#updatebrowsersize)
159-
function.
159+
function. Except when you use the `pywin32.py` example, in such case
160+
`WindowUtils.OnSize` must be called. See [Issue #464](../../../issues/464)
161+
for details.
160162

161163

162164
## v49+ Notify CEF on move or resize events

0 commit comments

Comments
 (0)