Modify ↓
Opened 17 years ago
Closed 17 years ago
#101 closed Bug (Fixed)
_ScreenCapture_Capture: Cursor is not on the right position
Reported by: | progandy | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.1 | Component: | Standard UDFs |
Version: | 3.2.10.0 | Severity: | |
Keywords: | Cc: |
Description
If you make a Screenshot and the upper left corner is not 0,0 the cursor has a wrong position.
To fix it, line 77 in ScreenCapture.au3 has to be changed to
_WinAPI_DrawIcon($hCDC, $aCursor[3] - $aIcon[2] - $iLeft, $aCursor[4] - $aIcon[3] - $iTop, $hIcon)
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by Gary
- Component changed from AutoIt to Standard UDFs
- Owner set to Gary
- Status changed from new to assigned
comment:2 Changed 17 years ago by Gary
- Milestone set to 3.2.11.1
- Resolution set to fixed
- Status changed from assigned to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.2.11.1