* Enlarged View - Mousewheel down shows now the original image of the source card if used for an ability on stack or select window (Mouswheel up uses like before the text overlay with the ability text).

This commit is contained in:
LevelX2 2014-03-27 17:00:58 +01:00
parent a229d4d260
commit 856dd35686

View file

@ -522,7 +522,7 @@ public class MageActionCallback implements ActionCallback {
}
bigCard.setCard(mageCard.getOriginal().getId(), enlargeMode, image, mageCard.getOriginal().getRules());
// if it's an ability, show only the ability text as overlay
if (mageCard.getOriginal().isAbility()) {
if (mageCard.getOriginal().isAbility() && enlargeMode.equals(EnlargeMode.NORMAL)) {
bigCard.showTextComponent();
} else {
bigCard.hideTextComponent();