mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
fix merge
This commit is contained in:
parent
ceeedd32b4
commit
e048c58060
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ void HomeWidget::updateRandomCard()
|
|||
|
||||
connect(newCard.getCardPtr().data(), &CardInfo::pixmapUpdated, this, &HomeWidget::updateBackgroundProperties);
|
||||
backgroundSourceCard->setCard(newCard);
|
||||
background = backgroundSourceCard->getBackground(size());
|
||||
background = backgroundSourceCard->getBackground();
|
||||
}
|
||||
|
||||
void HomeWidget::onBackgroundShuffleFrequencyChanged()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue