mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
empty card info when switching back to theme background
This commit is contained in:
parent
208ccc3a1a
commit
53be69a270
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ void HomeWidget::initializeBackgroundFromSource()
|
||||||
switch (backgroundSourceType) {
|
switch (backgroundSourceType) {
|
||||||
case BackgroundSources::Theme:
|
case BackgroundSources::Theme:
|
||||||
background = QPixmap("theme:backgrounds/home");
|
background = QPixmap("theme:backgrounds/home");
|
||||||
|
backgroundSourceCard->setCard(ExactCard());
|
||||||
updateButtonsToBackgroundColor();
|
updateButtonsToBackgroundColor();
|
||||||
update();
|
update();
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue