[gnome-shell/wip/exalm/dark-2: 1/2] Revert "background: Mark pattern backgrounds as loaded"
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/exalm/dark-2: 1/2] Revert "background: Mark pattern backgrounds as loaded"
- Date: Fri, 11 Feb 2022 21:55:05 +0000 (UTC)
commit 2d22e9c311d3f60fe114e9852a25d938983dcdb2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Feb 8 21:59:59 2022 +0500
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.
js/ui/background.js | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/js/ui/background.js b/js/ui/background.js
index a3389c7926..b4a599da8a 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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]