mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix so selecting different art updates card
This commit is contained in:
@@ -296,6 +296,7 @@ public class AddBasicLandsDialog {
|
|||||||
int artIndex = cbLandArt.getSelectedIndex();
|
int artIndex = cbLandArt.getSelectedIndex();
|
||||||
if (artIndex < 0) { return; }
|
if (artIndex < 0) { return; }
|
||||||
card = generateCard(artIndex); //generate card for display
|
card = generateCard(artIndex); //generate card for display
|
||||||
|
cardPanel.repaint();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
lblCount = new FLabel.Builder().text("0").fontSize(18).fontAlign(SwingConstants.CENTER).build();
|
lblCount = new FLabel.Builder().text("0").fontSize(18).fontAlign(SwingConstants.CENTER).build();
|
||||||
|
|||||||
Reference in New Issue
Block a user