Skip to content

Commit

Permalink
fix initiate move resize
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18919 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 31, 2018
1 parent 0aa3696 commit f9eed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ XpraClient.prototype._process_initiate_moveresize = function(packet, ctx) {
direction = packet[4],
button = packet[5],
source_indication = packet[6];
win.initiate_moveresize(this.mousedown_event, x_root, y_root, direction, button, source_indication)
win.initiate_moveresize(ctx.mousedown_event, x_root, y_root, direction, button, source_indication)
}
}

Expand Down

0 comments on commit f9eed64

Please sign in to comment.