forked from External/mage
Removed wrong/old Preference load of sortType.
This commit is contained in:
parent
493729438f
commit
0beace4547
2 changed files with 2 additions and 5 deletions
|
|
@ -308,9 +308,6 @@ public class DeckEditorPanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
});
|
||||
// Set Sort from Preferences
|
||||
SortBy sortBy = SortBy.getByString(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_DRAFT_SORT_BY, "Color"));
|
||||
deckArea.getDeckList().setSortBy(sortBy);
|
||||
refreshDeck();
|
||||
|
||||
this.setVisible(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue