mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Merge pull request #4706 from AdamJAKing/issue-4692-card-hint-window
Card hint window now disappears for all cards
This commit is contained in:
commit
39119de43e
1 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue