mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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()) {
|
if (gameCard.hideInfo()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.contains(e.getPoint())) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (tooltipShowing) {
|
if (tooltipShowing) {
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
if (tooltipShowing) {
|
if (tooltipShowing) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue