diff --git a/js/ui/background.js b/js/ui/background.js index aa238e741..e95cbc0a1 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -372,6 +372,7 @@ const Background = new Lang.Class({ content.brightness = this._brightness; content.vignette_sharpness = this._vignetteSharpness; + this._cache.removeImageContent(content); this._images[index].content = content; this._watchCacheFile(filename); },