Only draw background behind lyrics, not info (as this already has an image)

This commit is contained in:
craig.p.drummond
2013-04-03 16:59:47 +00:00
committed by craig.p.drummond
parent 9d07460f98
commit 4d76620b06
3 changed files with 1 additions and 5 deletions

View File

@@ -88,7 +88,6 @@ InfoPage::InfoPage(QWidget *parent)
#ifndef Q_OS_WIN
combo->setProperty(GtkProxyStyle::constSlimComboProperty, true);
#endif
setBgndImageEnabled(Settings::self()->lyricsBgnd());
text->setZoom(Settings::self()->infoZoom());
text->setOpenLinks(false);
connect(Covers::self(), SIGNAL(artistImage(Song,QImage)), SLOT(artistImage(Song,QImage)));

View File

@@ -303,7 +303,7 @@ within the folder of the current track, or within its parent folder. If no image
<item row="4" column="0">
<widget class="BuddyLabel" name="label_5">
<property name="text">
<string>Use image as lyrics and info background:</string>
<string>Use cover as lyrics background:</string>
</property>
<property name="buddy">
<cstring>lyricsBgnd</cstring>

View File

@@ -1389,9 +1389,6 @@ void MainWindow::updateSettings()
lyricsPage->setImage(img.img);
}
}
infoPage->setBgndImageEnabled(Settings::self()->lyricsBgnd());
infoPage->update(current, true);
}
}