mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 23:46:19 +00:00
Fixed #1877 Recalculate dependent characters and frames on removing / editing item
This commit is contained in:
@@ -2838,12 +2838,13 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
externalImages2 = null;
|
||||
timeline = null;
|
||||
cyclicCharacters = null;
|
||||
dependentCharacters = null;
|
||||
dependentFrames = null;
|
||||
clearReadOnlyListCache();
|
||||
clearImageCache();
|
||||
clearShapeCache();
|
||||
clearScriptCache();
|
||||
clearAbcListCache();
|
||||
clearAllStaticCache();
|
||||
}
|
||||
|
||||
public static void uncache(ASMSource src) {
|
||||
|
||||
Reference in New Issue
Block a user