mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
Issue #1118 Loading characters through ImportAssets - show as readonly
icon
This commit is contained in:
@@ -219,6 +219,9 @@ public class FontPanel extends JPanel {
|
||||
|
||||
setAllowSave(true);
|
||||
setEditable(false);
|
||||
boolean readOnly = ((Tag) ft).isReadOnly();
|
||||
addCharsPanel.setVisible(!readOnly);
|
||||
buttonEdit.setVisible(!readOnly);
|
||||
}
|
||||
|
||||
private void initComponents() {
|
||||
|
||||
Reference in New Issue
Block a user