
Platform: seems to only occur on Windows 10 (22H2-19045.3803) and with ENABLE_WINDOWS_SYSTEM_BORDERS off
Steps to reproduce:
- I get it on application start with built-in and minimal examples
Note: resizing the app will correct the sizing issue, moving it again will reintroduce it.
Accepting the WM_MOVE event in WindowsNativeEventFilter::nativeEventFilter seems to prevent this from occurring, but I have no idea why or what side effects it introduces.