diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index 090e6356..e04a0408 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -224,7 +224,7 @@ const BaseButton = GObject.registerClass({ button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE, }); - this.connect('allocation-changed', + this.connect('notify::allocation', this._updateIconGeometry.bind(this)); this.connect('clicked', this._onClicked.bind(this)); this.connect('destroy', this._onDestroy.bind(this));