Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol committed Oct 25, 2024
1 parent 002a937 commit 9ade8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public void setSelected(ButtonModel model, boolean selected) {
tree.enableThumbnail();
tree.setDeck(deck);

MTGUIComponent.createJDialog(MTGUIComponent.build(tree, "Deck", MTGConstants.ICON_DECK),true,false).setVisible(true);
MTGUIComponent.createJDialog(MTGUIComponent.build(new JScrollPane(tree), "Deck", MTGConstants.ICON_DECK),true,false).setVisible(true);

});

Expand Down

0 comments on commit 9ade8f6

Please sign in to comment.