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
[Win32] Fix shell zoom when disabling autoscaling on shell
Recent simplifications to how autoscaling can be disabled for controls
leads to a wrong native zoom being reported via getData("SHELL_ZOOM")
when autoscaling is disabled at the shell itself. Instead of the actual
zoom it always reports 100 because the shell's nativeZoom is overwritten
when autoscaling is disabled for the shell.
This change adapts the way in which the shell zoom is retrieved when
calling getData("SHELL_ZOOM") to be independent of the stored nativeZoom
value.
0 commit comments