mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
Fixed card grid dimension initialisation.
This commit is contained in:
parent
56294eac50
commit
ad4b68dcb5
1 changed files with 2 additions and 1 deletions
|
|
@ -169,7 +169,8 @@ public class DeckEditorPanel extends javax.swing.JPanel {
|
|||
if (deck != null) {
|
||||
this.cardSelector.loadSideboard(new ArrayList<>(deck.getSideboard()), this.bigCard);
|
||||
}
|
||||
|
||||
// TODO: take from preferences
|
||||
this.cardSelector.switchToGrid();
|
||||
this.btnExit.setVisible(false);
|
||||
this.btnImport.setVisible(false);
|
||||
if (!MageFrame.getSession().isTestMode()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue