This commit is contained in:
Konloch 2021-07-04 21:51:13 -07:00
parent 83e90cc276
commit 2210bb9b0e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class ResourceViewProcessing extends PaneUpdaterThread
else if(isPanelEditable && decompiler == Decompiler.KRAKATAU_DISASSEMBLER)
resourceViewPanel.compileMode = Compiler.KRAKATAU_ASSEMBLER;
resourceViewPanel.textArea.getTitleHeader().setText(decompiler.getDecompilerName() + " - Editable: " + resourceViewPanel.textArea.isEditable());
resourceViewPanel.textArea.getTitleHeader().setText(decompiler.getDecompilerName() + " - Editable: " + isPanelEditable);
resourceViewPanel.textArea.setFont(new Font(Font.MONOSPACED, Font.PLAIN,
(int) BytecodeViewer.viewer.fontSpinner.getValue()));