forked from External/mage
[cl.viewer] bigCard update issue fix.
This commit is contained in:
parent
5252255891
commit
5a0ca8025d
2 changed files with 12 additions and 5 deletions
|
|
@ -106,6 +106,10 @@ public class BigCard extends JComponent {
|
|||
return cardId;
|
||||
}
|
||||
|
||||
public void resetCardId() {
|
||||
this.cardId = null;
|
||||
}
|
||||
|
||||
private void drawText(java.util.List<String> strings) {
|
||||
text.setText("");
|
||||
StyledDocument doc = text.getStyledDocument();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue