Also update if type changes

This commit is contained in:
craig.p.drummond
2014-01-25 10:02:06 +00:00
committed by craig.p.drummond
parent 7718028019
commit 87e7752322

View File

@@ -268,7 +268,7 @@ bool PlayQueueView::readConfig()
if (BI_None==origType) {
updatePalette();
}
if (backgroundOpacity!=origOpacity || backgroundBlur!=origBlur || origCustomBackgroundFile!=customBackgroundFile) {
if (origType!=backgroundImageType || backgroundOpacity!=origOpacity || backgroundBlur!=origBlur || origCustomBackgroundFile!=customBackgroundFile) {
setImage(QImage(customBackgroundFile));
}
break;