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:
parent
ba54e88534
commit
af2c69b449
1 changed files with 3 additions and 1 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue