mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
fix CardDetailPanel so you can't delete spell text
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user