mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 00:50:43 +00:00
Added: Disable AS1/2/3 direct editation when editing P-code
This commit is contained in:
@@ -1192,7 +1192,9 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
saveButton.setVisible(val);
|
||||
saveButton.setEnabled(false);
|
||||
editButton.setVisible(!val);
|
||||
cancelButton.setVisible(val);
|
||||
cancelButton.setVisible(val);
|
||||
|
||||
editDecompiledButton.setEnabled(!val);
|
||||
}
|
||||
|
||||
editor.getCaret().setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user