Skip to content

Commit f667bc7

Browse files
committed
cleanup
1 parent c5d5dc3 commit f667bc7

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ private ImageDataLoaderStreamProviderWrapper(byte[] inputStreamData) {
20882088

20892089
@Override
20902090
protected ElementAtZoom<ImageData> loadImageData(int zoom) {
2091-
return ImageDataLoader.load(new ByteArrayInputStream(inputStreamData), FileFormat.DEFAULT_ZOOM, zoom);
2091+
return ImageDataLoader.load(new ByteArrayInputStream(inputStreamData), FileFormat.DEFAULT_ZOOM, zoom, SWT.IMAGE_COPY);
20922092
}
20932093

20942094
@Override

0 commit comments

Comments
 (0)