[cl.viewer] repaint fix

This commit is contained in:
magenoxx 2011-01-09 11:34:07 +03:00
parent 5c10e54b7d
commit 128a6600af

View file

@ -204,6 +204,8 @@ public class MageBook extends JComponent {
addCard(new CardView(cards.get(i)), bigCard, null, rectangle);
rectangle = CardPosition.translatePosition(i - CARDS_PER_PAGE / 2, rectangle);
}
jLayeredPane.repaint();
}
private void addCard(CardView card, BigCard bigCard, UUID gameId, Rectangle rectangle) {