mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
active player is highlighted
This commit is contained in:
parent
1d400e195d
commit
5f110af562
2 changed files with 27 additions and 2 deletions
|
|
@ -319,4 +319,5 @@ void Player::showCardMenu(const QPoint &p)
|
|||
void Player::setActive(bool _active)
|
||||
{
|
||||
active = _active;
|
||||
area->update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue