xml export/import of null objects fixed

This commit is contained in:
2015-01-18 15:11:10 +01:00
parent 19256260d0
commit b52fff07a9
4 changed files with 38 additions and 18 deletions
@@ -1671,6 +1671,8 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
try {
new SwfXmlImporter().importSwf(swf, xml);
swf.clearAllCache();
swf.assignExportNamesToSymbols();
swf.assignClassesToSymbols();
refreshTree();
} catch (IOException ex) {
logger.log(Level.SEVERE, null, ex);