workspaceThumbnail: Remove this.actor definition to ThumbnailsBox

Remove this.actor = actor, since the class is now an actor itself.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/487
This commit is contained in:
Marco Trevisan (Treviño) 2019-04-09 18:26:39 -05:00 committed by Florian Müllner
parent 2d30e310bc
commit 44fcb9e9af

View File

@ -601,8 +601,7 @@ class ThumbnailsBox extends St.Widget {
style_class: 'workspace-thumbnails',
request_mode: Clutter.RequestMode.WIDTH_FOR_HEIGHT });
this.actor = this;
this.actor._delegate = this;
this._delegate = this;
let indicator = new St.Bin({ style_class: 'workspace-thumbnail-indicator' });