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
Fix PopupBox transforming to device coordinates with global system DPI (#3641)
PopupBox correctly transforms from device coordinates using the
PresentationSource transform matrix, but then uses the global system DPI to
transform back to device coordinates. This causes placement issues on systems
with multiple DPI/scaling settings.
0 commit comments