mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fixed tooltip not displayed in Collection Viewer
This commit is contained in:
parent
ccf201cfc4
commit
6d24c7001b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue