aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Tools/ControlManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Tools/ControlManager.cs')
-rw-r--r--ShiftOS.WinForms/Tools/ControlManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Tools/ControlManager.cs b/ShiftOS.WinForms/Tools/ControlManager.cs
index 1067c3f..52f7682 100644
--- a/ShiftOS.WinForms/Tools/ControlManager.cs
+++ b/ShiftOS.WinForms/Tools/ControlManager.cs
@@ -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();