mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
* GUI: fixed that card viewer or deck editor doesn't show transform button for some cards (#8448);
This commit is contained in:
parent
db29b009cd
commit
23bcc9dbb5
2 changed files with 2 additions and 2 deletions
|
|
@ -866,7 +866,7 @@ public abstract class CardPanel extends MagePermanent implements ComponentListen
|
|||
// alternative side -> main side
|
||||
copySelections(this.cardSideOther, this.cardSideMain);
|
||||
update(this.cardSideMain);
|
||||
this.getGameCard().setAlternateName(this.cardSideOther.getName()); // wtf null protect
|
||||
this.getGameCard().setAlternateName(this.cardSideOther.getName());
|
||||
}
|
||||
|
||||
updateArtImage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue