From b5dd4d1456f4305f08ecbafc30b992a4c0269a92 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Tue, 14 Jun 2016 17:55:35 +0200 Subject: [PATCH] screenShield: Chain up Arrow's style_changed vfunc This makes style changes propagate to our child widget as they should. https://bugzilla.gnome.org/show_bug.cgi?id=739178 --- js/ui/screenShield.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index e4ffde5dd..c6202feca 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -399,6 +399,8 @@ const Arrow = new Lang.Class({ this._shadowHelper = St.ShadowHelper.new(this._shadow); else this._shadowHelper = null; + + this.parent(); }, vfunc_paint: function() {