Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/externalprogram_scaling_2' into
Browse files Browse the repository at this point in the history
externalprogram_scaling

Signed-off-by: Patrick Tief <[email protected]>
  • Loading branch information
ptief committed Sep 26, 2022
2 parents 240f6e3 + 2d3e3c4 commit f7bea05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Image getImage() {
@Override
public ImageData getImageData(int zoom) {
if (program != null && program.getImageData() != null) {
return program.getImageData();
return program.getImageData(zoom);
}
return WorkbenchImages.getImageDescriptor(ISharedImages.IMG_OBJ_FILE).getImageData(zoom);
}
Expand Down

0 comments on commit f7bea05

Please sign in to comment.