mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
reapply the filters after the models have been initiated for all modes
This commit is contained in:
@@ -2,6 +2,7 @@ package forge.gui.deckeditor;
|
||||
|
||||
import javax.swing.SwingWorker;
|
||||
|
||||
import forge.gui.deckeditor.controllers.CCardCatalog;
|
||||
import forge.gui.framework.IVTopLevelUI;
|
||||
import forge.gui.framework.SLayoutIO;
|
||||
|
||||
@@ -35,6 +36,7 @@ public enum VDeckEditorUI implements IVTopLevelUI {
|
||||
@Override
|
||||
public Void doInBackground() {
|
||||
SLayoutIO.loadLayout(null);
|
||||
CCardCatalog.SINGLETON_INSTANCE.applyCurrentFilter();
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user