NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.04k stars 2.15k forks source link

[Bug] Custom Cursor Size Not Reflected in ScreenToGif Recording #1309

Closed NazCodeland closed 1 month ago

NazCodeland commented 1 month ago

Describe the bug When I change my cursor size in Windows and use ScreenToGif to record, the cursor size in the recording is the default size and not the custom size I set it to.

To Reproduce Steps to reproduce the behavior:

  1. Change the cursor size in Windows settings.
  2. Open ScreenToGif and start a new recording.
  3. In the recording, observe that the cursor size is the default size and not the custom size.

Expected behavior I expected the cursor size in the ScreenToGif recording to reflect the custom cursor size I set in Windows settings. The following video is recorded in a different software to show the expected behaviour. https://github.com/NickeManarin/ScreenToGif/assets/113494366/d5587eea-1a45-477a-b24f-478f55dfdcd0

Screenshots Custom cursor size resetting to default size

Desktop

ericchase commented 1 month ago

Change your capture method to DirectX: 2024-05-29_03 28 01

NazCodeland commented 1 month ago

You are the best! Thank you so much!