1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 01:01:06 -09:00

Fixed too many pick ability dialogs opened. Fixed Issue 178.

This commit is contained in:
magenoxx 2011-08-09 12:31:00 +04:00
parent ba54e88534
commit af2c69b449

View file

@ -176,7 +176,9 @@ public class ShowCardsDialog extends MageDialog implements MouseListener {
}
@Override
public void mousePressed(MouseEvent e) {}
public void mousePressed(MouseEvent e) {
this.hideDialog();
}
@Override
public void mouseReleased(MouseEvent e) {}