mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[card.plugin] Removed tooltips as it breaks selecting cards.
This commit is contained in:
parent
20df4b0ba7
commit
8767f65005
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public class CardPanel extends MagePermanent implements MouseListener {
|
||||||
setBackground(Color.black);
|
setBackground(Color.black);
|
||||||
setOpaque(false);
|
setOpaque(false);
|
||||||
|
|
||||||
addMouseListener(this);
|
//addMouseListener(this);
|
||||||
|
|
||||||
titleText = new GlowText();
|
titleText = new GlowText();
|
||||||
setText(gameCard);
|
setText(gameCard);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue