mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* UI: fixed that sideboarding load side cards without user's sorting;
This commit is contained in:
parent
7c5e4c0118
commit
ba1c6de2cd
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ public class DeckEditorPanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
});
|
||||
refreshDeck();
|
||||
refreshDeck(true);
|
||||
|
||||
if (mode == DeckEditorMode.FREE_BUILDING) {
|
||||
setDropTarget(new DropTarget(this, new DnDDeckTargetListener() {
|
||||
|
|
Loading…
Reference in a new issue