From 03e307f328e11cb16f9c07a1c5b8c2db3b920466 Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Tue, 8 Feb 2022 21:59:59 +0500 Subject: [PATCH] Revert "background: Mark pattern backgrounds as loaded" This reverts commit fdac0602db157207e233ee44ad4ccb06bf64ff5d. The commit was fixing a crash, which cannot longer be reproduced, but also introduced a noticeable white flash when switching wallpapers. This will become even more noticeable when we try to uniformly transition the whole screen. Part-of: --- js/ui/background.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/background.js b/js/ui/background.js index a3389c792..b4a599da8 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -365,8 +365,6 @@ var Background = GObject.registerClass({ this.set_color(color); else this.set_gradient(shadingType, color, secondColor); - - this._setLoaded(); } _watchFile(file) {