mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Card hint window now disappears for all cards
This commit is contained in:
parent
337025b614
commit
26c9c80d68
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