mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Fix display bug when switching to lobby
This commit is contained in:
@@ -64,6 +64,11 @@ public enum VSubmenuOnlineLobby implements IVSubmenu<CSubmenuOnlineLobby>, IVTop
|
||||
});
|
||||
container.setLayout(new MigLayout("insets 0, gap 0, ax center, ay center"));
|
||||
container.add(btnConnect, "w 300!, h 75!");
|
||||
|
||||
if (container.isShowing()) {
|
||||
container.validate();
|
||||
container.repaint();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user