Also update if type changes
This commit is contained in:
committed by
craig.p.drummond
parent
7718028019
commit
87e7752322
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user