mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Fully fixed issue 4514. Use showCardsOrTokens()
This commit is contained in:
parent
dc1eaeb5bb
commit
6e7570d066
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ public class MageBook extends JComponent {
|
||||||
setPreferredSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
setPreferredSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
||||||
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
||||||
addSetTabs();
|
addSetTabs();
|
||||||
showCards();
|
showCardsOrTokens();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue