Only draw background behind lyrics, not info (as this already has an image)
This commit is contained in:
committed by
craig.p.drummond
parent
9d07460f98
commit
4d76620b06
@@ -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)));
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1389,9 +1389,6 @@ void MainWindow::updateSettings()
|
||||
lyricsPage->setImage(img.img);
|
||||
}
|
||||
}
|
||||
|
||||
infoPage->setBgndImageEnabled(Settings::self()->lyricsBgnd());
|
||||
infoPage->update(current, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user