You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the tests in WidgetWin32Tests assert the size of the
controls after DPI_CHANGE. The tests work fine since theres
no updateLayout called but its deffered to be executed after
the thread is free and hence the controls size are unaffected.
However this is risky and layouting can make the values arbitrary and
the tests can fail. Hence, we simply test the absolute values
without using any Layout in this commit.
0 commit comments