mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
Issue #1118 running file with importassets
Correct checking the autloLoadSwfs checkbox in settings
This commit is contained in:
@@ -3228,6 +3228,8 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
public void addTag(Tag tag) {
|
||||
setModified(true);
|
||||
tags.add(tag);
|
||||
readOnlyTags = null;
|
||||
readOnlyLocalTags = null;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -3240,6 +3242,8 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
public void addTag(int index, Tag tag) {
|
||||
setModified(true);
|
||||
tags.add(index, tag);
|
||||
readOnlyTags = null;
|
||||
readOnlyLocalTags = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user