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
This commit is contained in:
parent
a7562b4148
commit
b5dd4d1456
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user