Skip to content

Commit

Permalink
Update MassMoverDialog.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent 1d192cc commit 527e1ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public MassMoverDialog(MTGCollection col, MTGEdition ed) {

tableCards.packAll();

for(int i : model.defaultHiddenColumns())
tableCards.getColumnExt(model.getColumnName(i)).setVisible(false);
UITools.initTableVisibility(tableCards, model);



Expand Down

0 comments on commit 527e1ec

Please sign in to comment.