Fix _findLeftmostButton on unlock without explicit taskbar allocation

This commit is contained in:
Charles Gagnon
2018-11-07 15:20:13 -05:00
parent 0c1ab4fcc7
commit a157daa446

View File

@@ -184,6 +184,7 @@ var taskbar = new Lang.Class({
this._showAppsIcon.icon.setIconSize(this.iconSize);
this._hookUpLabel(this._showAppsIcon, this._showAppsIconWrapper);
this._container.add_child(new St.Widget({ width: 0, reactive: false }));
this._container.add_actor(this._showAppsIcon);
this._container.add_actor(this._scrollView);