mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
added transfer data object to mouseExited. added desktoppane to ui components references.
This commit is contained in:
parent
65e5c59004
commit
0721c843d2
7 changed files with 41 additions and 4 deletions
|
|
@ -592,7 +592,10 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
synchronized (this) {
|
||||
if (popupShowing) {
|
||||
popupShowing = false;
|
||||
callback.mouseExited(e);
|
||||
data.component = this;
|
||||
data.card = this.gameCard;
|
||||
data.popupText = popupText;
|
||||
callback.mouseExited(e, data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue