Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90deb4f commit da3fab4Copy full SHA for da3fab4
docs/Migration-guide.md
@@ -156,7 +156,9 @@ implementation in `src/dpi_aware_win.pyx`.
156
157
This function can sometimes cause app hanging during window resize.
158
Call instead the new `WindowUtils`.[UpdateBrowserSize](../api/WindowUtils.md#updatebrowsersize)
159
-function.
+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.
162
163
164
## v49+ Notify CEF on move or resize events
0 commit comments