mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
minor bug fix
This commit is contained in:
parent
27d954267c
commit
c4cb0f6354
3 changed files with 10 additions and 1 deletions
|
|
@ -164,6 +164,12 @@ void AbstractCardItem::setName(const QString &_name)
|
|||
update();
|
||||
}
|
||||
|
||||
void AbstractCardItem::setHovered(bool _hovered)
|
||||
{
|
||||
isHovered = _hovered;
|
||||
update();
|
||||
}
|
||||
|
||||
void AbstractCardItem::setColor(const QString &_color)
|
||||
{
|
||||
color = _color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue