fixed card hover event in sideboard screen

This commit is contained in:
Max-Wilhelm Bruker 2011-01-26 02:43:29 +01:00
parent 596e7be8b1
commit dcf54ae2de
3 changed files with 8 additions and 1 deletions

View file

@ -17,7 +17,6 @@ AbstractCardItem::AbstractCardItem(const QString &_name, Player *_owner, QGraphi
{
setCursor(Qt::OpenHandCursor);
setFlag(ItemIsSelectable);
setAcceptsHoverEvents(true);
setCacheMode(DeviceCoordinateCache);
connect(info, SIGNAL(pixmapUpdated()), this, SLOT(pixmapUpdated()));