Fix incorrect cursor location
This commit is contained in:
parent
1d2e042240
commit
fce23c482c
3 changed files with 2 additions and 7 deletions
|
|
@ -555,8 +555,6 @@ public:
|
|||
cursor_opt->capture(*img);
|
||||
|
||||
img->x -= offset_x;
|
||||
img->xhot -= offset_x;
|
||||
img->yhot -= offset_y;
|
||||
img->y -= offset_y;
|
||||
|
||||
return capture_e::ok;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue