Skip to content

Commit

Permalink
bugfix server_x11 libxdo mouse_move
Browse files Browse the repository at this point in the history
  • Loading branch information
mzizzi committed Mar 12, 2016
1 parent a73a6e1 commit 1d8c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/linux_x11/x11_libxdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def move_mouse(self, x, y, reference='absolute', proportional=False,

if phantom is not None:
self.libxdo.click_window(0, _MOUSE_BUTTONS[phantom])
self.libxdo.move_mouse(original_location.x, original_location.y)
self.libxdo.move_mouse(original_location.x, original_location.y)

def notify(self, message):
try:
Expand Down

0 comments on commit 1d8c026

Please sign in to comment.