Issue #1118 Loading characters through ImportAssets - show as readonly

icon
This commit is contained in:
Jindra Petřík
2016-01-03 22:25:54 +01:00
parent c069d5e0e4
commit c2aba5fc08
21 changed files with 2325 additions and 2183 deletions

View File

@@ -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() {