* GUI: fixed multiple bugs and performance issues with Deck Editor and sets filter/search;

This commit is contained in:
Oleg Agafonov 2021-08-19 21:33:14 +04:00
parent fd719ad287
commit fb540e9728
3 changed files with 144 additions and 87 deletions

View file

@ -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() {