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 42dcf64 commit 32bf6abCopy full SHA for 32bf6ab
1 file changed
windows/window_manager_plugin.cpp
@@ -143,6 +143,7 @@ std::optional<LRESULT> WindowManagerPlugin::HandleWindowProc(HWND hWnd,
143
if (message == WM_DPICHANGED) {
144
window_manager->pixel_ratio_ =
145
(float)LOWORD(wParam) / USER_DEFAULT_SCREEN_DPI;
146
+ window_manager->ForceChildRefresh();
147
}
148
149
if (wParam && message == WM_NCCALCSIZE) {
0 commit comments