Fixed #1877 Recalculate dependent characters and frames on removing / editing item

This commit is contained in:
Jindra Petřík
2022-11-18 18:42:37 +01:00
parent 792df04427
commit 03ddda8e19
4 changed files with 17 additions and 2 deletions

View File

@@ -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) {