mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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);
|
||||
setOpaque(false);
|
||||
|
||||
addMouseListener(this);
|
||||
//addMouseListener(this);
|
||||
|
||||
titleText = new GlowText();
|
||||
setText(gameCard);
|
||||
|
|
Loading…
Reference in a new issue