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

@ -33,6 +33,7 @@ public class MageMouseMotionAdapter extends MouseMotionAdapter {
if (image != null && image instanceof BufferedImage) {
image = ImageHelper.getResizedImage((BufferedImage) image, bigCard.getWidth(), bigCard.getHeight());
bigCard.setCard(card.getOriginal().getId(), image, card.getOriginal().getRules());
bigCard.hideTextComponent();
} else {
//TODO: add description panel
}