mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* 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:
parent
a229d4d260
commit
856dd35686
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue