Commit bd7db14
committed
Reverting a sideeffect introduced in eclipse-platform#2526
This commit reverts the changes introduced in eclipse-platform#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 bd7db14
1 file changed
Lines changed: 2 additions & 2 deletions
Lines 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