mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Add a better default cursor.
This commit is contained in:
parent
5528c3d64a
commit
4b2a6f8c6e
2 changed files with 1 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -144,6 +144,7 @@ namespace ShiftOS.WinForms.Tools
|
|||
mouse = Properties.Resources.DefaultMouse;
|
||||
|
||||
var mBmp = new Bitmap(mouse);
|
||||
mBmp.MakeTransparent(Color.FromArgb(1, 0, 1));
|
||||
var gfx = Graphics.FromImage(mBmp);
|
||||
var handle = mBmp.GetHicon();
|
||||
|
||||
|
|
Loading…
Reference in a new issue