fix CardDetailPanel so you can't delete spell text

This commit is contained in:
slapshot5
2011-12-05 04:30:36 +00:00
parent 8d81973bd6
commit e379c005d7

View File

@@ -117,6 +117,7 @@ public class CardDetailPanel extends JPanel implements CardContainer {
this.add(new JScrollPane(this.cdArea));
this.cdArea.setLineWrap(true);
this.cdArea.setWrapStyleWord(true);
this.cdArea.setEditable(false);
if (!Singletons.getModel().getPreferences().isLafFonts()) {
this.nameCostLabel.setFont(new java.awt.Font("Dialog", 0, 14));