Commit d2de8e3
Reverting a sideeffect introduced in #2526
This commit reverts the changes introduced in #2526 where getImageData
and getScaledImageData were mistakenly interchanged. The initial
approach aimed to use this method in loadImageDataClosestTo when images
couldn't be loaded at the exact size. However, the final implementation
used loadImageData(zoom) instead, making those changes unnecessary.
These leftover modifications were an unintended side effect, and this
commit removes them.1 parent 3065112 commit d2de8e3
File tree
1 file changed
+2
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2028 | 2028 | | |
2029 | 2029 | | |
2030 | 2030 | | |
2031 | | - | |
| 2031 | + | |
2032 | 2032 | | |
2033 | 2033 | | |
2034 | 2034 | | |
| |||
2070 | 2070 | | |
2071 | 2071 | | |
2072 | 2072 | | |
2073 | | - | |
| 2073 | + | |
2074 | 2074 | | |
2075 | 2075 | | |
2076 | 2076 | | |
| |||
0 commit comments