mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 20:11:28 +00:00
This commit is contained in:
@@ -1071,7 +1071,7 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
|
||||
private void saveDecompiledButtonActionPerformed(ActionEvent evt) {
|
||||
try {
|
||||
ActionScript2Parser par = new ActionScript2Parser(mainPanel.getCurrentSwf().version);
|
||||
ActionScript2Parser par = new ActionScript2Parser(mainPanel.getCurrentSwf());
|
||||
src.setActions(par.actionsFromString(decompiledEditor.getText()));
|
||||
SWF.uncache(src);
|
||||
src.setModified();
|
||||
|
||||
Reference in New Issue
Block a user