mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Fixed: Not saving library type (airglobal/playerglobal) when switching SWFs
This commit is contained in:
@@ -265,12 +265,12 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
return;
|
||||
}
|
||||
|
||||
this.abc = abc;
|
||||
if (Main.isSwfAir(abc.getOpenable())) {
|
||||
libraryComboBox.setSelectedIndex(SWF.LIBRARY_AIR);
|
||||
} else {
|
||||
libraryComboBox.setSelectedIndex(SWF.LIBRARY_FLASH);
|
||||
}
|
||||
this.abc = abc;
|
||||
decompiledTextArea.setParser(new ActionScript3SimpleParser(abc));
|
||||
setDecompiledEditMode(false);
|
||||
navigator.setAbc(abc);
|
||||
|
||||
Reference in New Issue
Block a user