GUI: fixed that the playable card mark is not displayed for the second side after day/night button click;

This commit is contained in:
Oleg Agafonov 2021-02-03 11:30:24 +04:00
parent f5bb3a3b9a
commit 3b7e01d687

View file

@ -808,6 +808,7 @@ public abstract class CardPanel extends MagePermanent implements ComponentListen
if (source != null && dest != null) {
dest.setSelected(source.isSelected());
dest.setChoosable(source.isChoosable());
dest.setPlayableStats(source.getPlayableStats());
}
}