mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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));
|
||||
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
||||
addSetTabs();
|
||||
showCards();
|
||||
showCardsOrTokens();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue