forked from External/mage
Fixed redrawing during limited construction in deck editor (card didn't disappear).
This commit is contained in:
parent
251be500aa
commit
9a458ae9f2
6 changed files with 27 additions and 0 deletions
|
|
@ -288,7 +288,12 @@ public class CardGrid extends javax.swing.JLayeredPane implements MouseListener,
|
|||
if (size.height != area.height || size.width != area.width) {
|
||||
setPreferredSize(area);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void refresh() {
|
||||
revalidate();
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue