Fixed #1801 AS3 - AIR/Flash switching

This commit is contained in:
Jindra Petřík
2023-01-22 22:15:04 +01:00
parent 99ef1fbbbf
commit 41bba3cb79
3 changed files with 11 additions and 4 deletions
@@ -1005,6 +1005,8 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
}
SwfSpecificCustomConfiguration conf = Configuration.getOrCreateSwfSpecificCustomConfiguration(swf.getShortPathTitle());
conf.setCustomData(CustomConfigurationKeys.KEY_LIBRARY, "" + libraryComboBox.getSelectedIndex());
swf.resetAbcIndex();
reload();
}
});