forked from External/mage
Now if there is big image (card.plugin), rules box is not displayed.
This commit is contained in:
parent
3b9b92ed0b
commit
502b21fddb
5 changed files with 15 additions and 8 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue