[card.plugin] Removed tooltips as it breaks selecting cards.

This commit is contained in:
magenoxx 2010-11-19 17:23:00 +00:00
parent 20df4b0ba7
commit 8767f65005

View file

@ -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);