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
This commit addresses an issue with the logic fixing a missing DPI
change event from windows in the Shell#WM_WINDOWPOSCHANGED callback. It
is no longer necessary, because the causing issue is that in some
scenarios a sub shell is positioned on a random monitor. Solution is to
adapt the nativeZoom of the sub Shell after the handle was created.
0 commit comments