[cl.viewer] bigCard update issue fix.

This commit is contained in:
magenoxx 2011-01-10 01:34:32 +03:00
parent 5252255891
commit 5a0ca8025d
2 changed files with 12 additions and 5 deletions

View file

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