mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 13:35:47 +00:00
#848 Random Reversion to Unedited Code when Toggling the 3 switches (at Top Left) on the Right Hand Pane! fixed
This commit is contained in:
@@ -681,9 +681,9 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
|
||||
|
||||
if (val) {
|
||||
if (rawEdit) {
|
||||
setText(srcHexOnly, "text/plain");
|
||||
setHex(ScriptExportMode.HEX);
|
||||
} else {
|
||||
setText(srcNoHex, "text/flasm");
|
||||
setHex(ScriptExportMode.PCODE);
|
||||
}
|
||||
editor.setEditable(true);
|
||||
saveButton.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user