Fixed tooltip not displayed in Collection Viewer

This commit is contained in:
magenoxx 2012-07-16 09:07:28 +04:00
parent ccf201cfc4
commit 6d24c7001b

View file

@ -220,6 +220,7 @@ public class MageActionCallback implements ActionCallback {
if (!state) { if (!state) {
bigCard.resetCardId(); bigCard.resetCardId();
} }
state = true;
Image image = card.getImage(); Image image = card.getImage();
if (image != null && image instanceof BufferedImage) { if (image != null && image instanceof BufferedImage) {
// XXX: scaled to fit width // XXX: scaled to fit width