Skip to content

Commit 307f0bf

Browse files
committed
Update Migration Guide doc
1 parent aa66da4 commit 307f0bf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/Migration-guide.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ its implementation in `src/dpi_aware_win.pyx`.
179179

180180
This function can sometimes cause app hanging during window resize.
181181
Call instead the new `WindowUtils`.[UpdateBrowserSize](../api/WindowUtils.md#updatebrowsersize)
182-
function. See [Issue #464](../../../issues/464) for more details.
182+
function. Unless you use the `pywin32.py` example, in such case
183+
`WindowUtils.OnSize` must be called.
184+
See [Issue #464](../../../issues/464) for more details.
183185

184186

185187
## v49+ Notify CEF on move or resize events
@@ -488,5 +490,7 @@ See Issue [#442](../../../issues/442) for more details on the issues.
488490

489491
This function can sometimes cause app hanging during window resize.
490492
Call instead the new `WindowUtils`.[UpdateBrowserSize](../api/WindowUtils.md#updatebrowsersize)
491-
function. See [Issue #464](../../../issues/464) for more details.
493+
function. Unless you use the `pywin32.py` example, in such case
494+
`WindowUtils.OnSize` must be called.
495+
See [Issue #464](../../../issues/464) for more details.
492496

0 commit comments

Comments
 (0)