mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
removed Card parameter from CardPicturePanel ctor (there was passed null in 4 cases out of 5)
This commit is contained in:
@@ -58,7 +58,7 @@ public class CardViewer extends JPanel {
|
||||
this.list = Collections.unmodifiableList(list);
|
||||
this.jList = new JList(new ChooserListModel());
|
||||
this.detail = new CardDetailPanel(null);
|
||||
this.picture = new CardPicturePanel(null);
|
||||
this.picture = new CardPicturePanel();
|
||||
|
||||
this.add(new JScrollPane(this.jList));
|
||||
this.add(this.picture);
|
||||
|
||||
Reference in New Issue
Block a user