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
QuickAccessEntry uses an image data provider returning the same image
data at every zoom. That's breaks the assumption of an image to have a
linear scaling of the image's / image data's bounds according to the
zoom, potentially leading to errors when drawing scaled version.
This change corrects the image data provider in
OpenResourceQuickAccessComputer used by QuickAccessEntry to return image
data at the proper zoom.
Fixes#3006
0 commit comments