WorkspaceThumbnail: fix mutter warning
Pass a proper timestamp to workspace activation functions https://bugzilla.gnome.org/show_bug.cgi?id=694365
This commit is contained in:
parent
6682b7dfa5
commit
08a0479c9e
@ -590,7 +590,7 @@ const ThumbnailsBox = new Lang.Class({
|
||||
let thumbnail = this._thumbnails[i]
|
||||
let [w, h] = thumbnail.actor.get_transformed_size();
|
||||
if (y >= thumbnail.actor.y && y <= thumbnail.actor.y + h) {
|
||||
thumbnail.activate(event.time);
|
||||
thumbnail.activate(event.get_time());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user