windowManager: Remove excess parameter
https://bugzilla.gnome.org/show_bug.cgi?id=787907
This commit is contained in:
parent
2d11b5cea0
commit
5a414fff44
@ -516,7 +516,7 @@ var TouchpadWorkspaceSwitchAction = new Lang.Class({
|
||||
return Clutter.EVENT_PROPAGATE;
|
||||
|
||||
if (event.get_gesture_phase() == Clutter.TouchpadGesturePhase.UPDATE) {
|
||||
let [dx, dy] = event.get_gesture_motion_delta(event);
|
||||
let [dx, dy] = event.get_gesture_motion_delta();
|
||||
|
||||
this._dx += dx;
|
||||
this._dy += dy;
|
||||
|
Loading…
Reference in New Issue
Block a user