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 adapts the logic when a bitmap or icon is drawn with the GC
in the windows implementation. As of now, the autoscale zoom was used to
identify the image handle to use. If the image is itself drawn with a
ImageGCDrawer, information about the original native zoom was lost, which
led to inconsistencies in fonts depending on the auto scale mode. This
commit fowards the native zoom in this case to enable the Image to
initialize the GC accordingly.
fixes#2385fixes#2311
0 commit comments