diff --git a/js/ui/wanda.js b/js/ui/wanda.js index c37ff2992..378c7ad50 100644 --- a/js/ui/wanda.js +++ b/js/ui/wanda.js @@ -77,11 +77,16 @@ const WandaIcon = new Lang.Class({ } })); - this._i = 0; - return this._animations; }, + _createIconTexture: function(size) { + if (size == this.iconSize) + return; + + this.parent(size); + }, + _update: function() { let n = this._animations.get_n_children(); if (n == 0) {