Merge pull request #4706 from AdamJAKing/issue-4692-card-hint-window

Card hint window now disappears for all cards
This commit is contained in:
Oleg Agafonov 2018-04-03 18:53:34 +04:00 committed by GitHub
commit 39119de43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {