Commit 7429383
committed
Fix paint problems of QuickAccessEntry #3006
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 #30061 parent 84a3413 commit 7429383
File tree
1 file changed
+2
-1
lines changed- bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments