mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
DraftGrid: repaint on new cards.
This commit is contained in:
parent
e9eb3231c3
commit
90d826304a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class DraftGrid extends javax.swing.JPanel implements MouseListener {
|
|||
curRow++;
|
||||
}
|
||||
}
|
||||
|
||||
repaint();
|
||||
}
|
||||
|
||||
public void addCardEventListener(Listener<Event> listener) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue