mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:20:45 +00:00
build fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user