mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Bugfix: challenge opponents not repainting after zeppelin launched.
This commit is contained in:
@@ -10,6 +10,7 @@ import javax.swing.border.EmptyBorder;
|
||||
|
||||
import forge.AllZone;
|
||||
import forge.Command;
|
||||
import forge.Singletons;
|
||||
import forge.gui.framework.EDocID;
|
||||
import forge.gui.framework.ICDoc;
|
||||
import forge.gui.home.CMainMenu;
|
||||
@@ -118,6 +119,8 @@ public enum CSubmenuChallenges implements ICDoc {
|
||||
lbl.setOpaque(true);
|
||||
view.getPnlChallenges().add(lbl, "w 50%!, h 30px!, gap 25% 0 50px 0");
|
||||
}
|
||||
|
||||
Singletons.getView().getFrame().validate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user