build fix

This commit is contained in:
2016-05-03 20:37:04 +02:00
parent d0fb48dbed
commit 6019aec7d2
2 changed files with 2 additions and 2 deletions
@@ -320,7 +320,7 @@ public class FolderPreviewPanel extends JPanel {
width = imgSrc.getWidth();
height = imgSrc.getHeight();
} else if (treeItem instanceof ImageTag) {
imgSrc = ((ImageTag) treeItem).getImage();
imgSrc = ((ImageTag) treeItem).getImageCached();
width = imgSrc.getWidth();
height = imgSrc.getHeight();
} else if (treeItem instanceof BoundedTag) {