fix: improved event flow management related to 'will-resize' event on Windows (#15695)

This commit is contained in:
Simone Cattaneo 2018-11-26 21:26:48 +01:00 committed by Jeremy Apthorp
parent 0242818f39
commit 6f116eeaa4

View file

@ -194,6 +194,7 @@ bool NativeWindowViews::PreHandleMSG(UINT message,
if (prevent_default) {
::GetWindowRect(GetAcceleratedWidget(),
reinterpret_cast<RECT*>(l_param));
return true; // Tells Windows that the Sizing is handled.
}
return false;
}