mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 19:12:05 +00:00
Fixed: #1678 Removing AS3 class does not correctly clear cache
This commit is contained in:
@@ -1581,6 +1581,10 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
public void run() {
|
||||
((Tag) abc.parentTag).getSwf().clearScriptCache();
|
||||
fTraits.traits.remove(fTraitIndex);
|
||||
if (fTraits.traits.isEmpty()) {
|
||||
abc.script_info.get(decompiledTextArea.getScriptLeaf().scriptIndex).delete(abc, true);
|
||||
abc.pack();
|
||||
}
|
||||
((Tag) abc.parentTag).setModified(true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user