forked from External/mage
* GUI: fixed multiple bugs and performance issues with Deck Editor and sets filter/search;
This commit is contained in:
parent
fd719ad287
commit
fb540e9728
3 changed files with 144 additions and 87 deletions
|
|
@ -10,7 +10,7 @@ import mage.game.events.Listener;
|
|||
import java.util.*;
|
||||
|
||||
/**
|
||||
* Utility class for constructed formats (expansions and other editions).
|
||||
* Utility class for constructed formats (expansions and other editions). Uses in GUI for set's combobox.
|
||||
*
|
||||
* @author nantuko
|
||||
*/
|
||||
|
|
@ -73,7 +73,6 @@ public final class ConstructedFormats {
|
|||
return underlyingSetCodesPerFormat.get(format);
|
||||
}
|
||||
return all;
|
||||
|
||||
}
|
||||
|
||||
public static void ensureLists() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue