-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PRIVATE: Take cursor images from Windows executable #6481
Conversation
Nice work! This removes all the hardcoded cursor data, and makes the code cleaner |
@ellm135 I've tried this locally, and it works great, nice work again! Do you have any further changes / improvements for this? If not, please change the state of the PR to "Ready for review", so that it can be merged |
Windows cursors have a reference to windows cursor groups, so the same resources were deleted twice
It's been marked as ready. Thank you! |
Thanks. Squashing |
Before:

After:
