improved rubber band drag

This commit is contained in:
Max-Wilhelm Bruker 2010-12-14 04:37:13 +01:00
parent 99387861cd
commit 99c0a41d18
15 changed files with 139 additions and 14 deletions

View file

@ -7,7 +7,7 @@
#include "protocol_items.h"
StackZone::StackZone(Player *_p, int _zoneHeight, QGraphicsItem *parent)
: CardZone(_p, "stack", false, false, true, parent), zoneHeight(_zoneHeight)
: SelectZone(_p, "stack", false, false, true, parent), zoneHeight(_zoneHeight)
{
connect(settingsCache, SIGNAL(stackBgPathChanged()), this, SLOT(updateBgPixmap()));
updateBgPixmap();