File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,9 @@ its implementation in `src/dpi_aware_win.pyx`.
179179
180180This function can sometimes cause app hanging during window resize.
181181Call 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
489491This function can sometimes cause app hanging during window resize.
490492Call 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
You can’t perform that action at this time.
0 commit comments