mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
bugfix: hide Packs: label for constructed rather than hiding panel twice (#10771)
This commit is contained in:
parent
35a5cc48a7
commit
4d72e790dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1001,7 +1001,7 @@ public class NewTournamentDialog extends MageDialog {
|
|||
// construced
|
||||
this.lblDraftCube.setVisible(false);
|
||||
this.cbDraftCube.setVisible(false);
|
||||
this.pnlPacks.setVisible(false);
|
||||
this.lblPacks.setVisible(false);
|
||||
this.pnlPacks.setVisible(false);
|
||||
this.pnlRandomPacks.setVisible(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue