mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:05:11 +00:00
Fixed DefineSubImage display (after last zoom update)
This commit is contained in:
@@ -3959,6 +3959,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
swf.displayRect = new RECT(0, w, 0, h);
|
||||
swf.frameCount = 1;
|
||||
swf.frameRate = 1;
|
||||
swf.setFile(imageTag.getSwf().getFile()); //DefineSubImage calculates relative paths from it
|
||||
try {
|
||||
|
||||
JPEGTablesTag jpegTablesTag = null;
|
||||
|
||||
Reference in New Issue
Block a user