1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 09:18:59 -09:00

Fixed arrows for multi games.

This commit is contained in:
magenoxx 2011-03-06 02:09:04 +03:00
parent 4f06f78621
commit 93496b38c5
2 changed files with 1 additions and 0 deletions
Mage.Client/plugins
Mage.Plugins/Mage.Card.Plugin/src/main/java/org/mage/card/arcane

View file

@ -662,6 +662,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
data.component = this;
data.card = this.gameCard;
data.popupText = popupText;
data.gameId = this.gameId;
data.popupOffsetX = isTapped() ? cardHeight + cardXOffset + POPUP_X_GAP : cardWidth + cardXOffset + POPUP_X_GAP;
data.popupOffsetY = 40;
data.locationOnScreen = this.getLocationOnScreen();