mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:10:46 +00:00
layers which has filters (outside of the bounding box) are cropped: fixed
This commit is contained in:
@@ -143,9 +143,6 @@ public final class ImagePanel extends JPanel implements ActionListener, FlashDis
|
||||
}
|
||||
SWF.putToCache(key, img);
|
||||
}
|
||||
if (img != null && img.bounds != null && mat != null) {
|
||||
mat.translate(img.bounds.getMinX(), img.bounds.getMinY());
|
||||
}
|
||||
if (img != null) {
|
||||
setImage(img);
|
||||
}
|
||||
@@ -217,7 +214,6 @@ public final class ImagePanel extends JPanel implements ActionListener, FlashDis
|
||||
}
|
||||
SWF.putToCache(key, img);
|
||||
}
|
||||
mat.translate(img.bounds.getMinX(), img.bounds.getMinY());
|
||||
ImageIcon icon = new ImageIcon(img.getBufferedImage());
|
||||
label.setIcon(icon);
|
||||
frame = nframe;
|
||||
|
||||
Reference in New Issue
Block a user