fix: improved event flow management related to 'will-resize' event on Windows (#15695)
This commit is contained in:
parent
0242818f39
commit
6f116eeaa4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue