mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue