Now if there is big image (card.plugin), rules box is not displayed.

This commit is contained in:
magenoxx 2010-11-19 09:01:47 +00:00
parent 3b9b92ed0b
commit 502b21fddb
5 changed files with 15 additions and 8 deletions

View file

@ -345,6 +345,7 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
@Override
public void mouseMoved(MouseEvent arg0) {
this.bigCard.showTextComponent();
this.bigCard.setCard(card.getId(), image, getRules());
}