Card hint window now disappears for all cards

This commit is contained in:
AdamJAKing 2018-04-02 21:49:18 +01:00
parent 337025b614
commit 26c9c80d68

View file

@ -625,9 +625,7 @@ public abstract class CardPanel extends MagePermanent implements MouseListener,
if (gameCard.hideInfo()) {
return;
}
if (this.contains(e.getPoint())) {
return;
}
if (tooltipShowing) {
synchronized (this) {
if (tooltipShowing) {