recreate timeline after xml import

This commit is contained in:
honfika@gmail.com
2015-01-18 16:08:56 +01:00
parent b52fff07a9
commit 1c4afe5ea3

View File

@@ -2220,6 +2220,7 @@ public final class SWF implements SWFContainerItem, Timelined {
public void clearAllCache() {
characters = null;
abcList = null;
timeline = null;
clearImageCache();
clearScriptCache();
Cache.clearAll();