mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08: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
Add a link
Reference in a new issue