Add a better default cursor.

This commit is contained in:
Michael 2017-02-04 15:40:03 -05:00
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

View file

@ -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();