active player is highlighted

This commit is contained in:
Max-Wilhelm Bruker 2009-08-18 16:43:39 +02:00
parent 1d400e195d
commit 5f110af562
2 changed files with 27 additions and 2 deletions

View file

@ -319,4 +319,5 @@ void Player::showCardMenu(const QPoint &p)
void Player::setActive(bool _active)
{
active = _active;
area->update();
}