From 7f2ff790b6f7583c32e9c6931b651a0edb754658 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Feb 2017 17:56:59 -0500 Subject: Slightly better cursor and fixed downloader --- ShiftOS.WinForms/Tools/ControlManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Tools/ControlManager.cs') diff --git a/ShiftOS.WinForms/Tools/ControlManager.cs b/ShiftOS.WinForms/Tools/ControlManager.cs index 52f7682..5778dd5 100644 --- a/ShiftOS.WinForms/Tools/ControlManager.cs +++ b/ShiftOS.WinForms/Tools/ControlManager.cs @@ -148,7 +148,8 @@ namespace ShiftOS.WinForms.Tools var gfx = Graphics.FromImage(mBmp); var handle = mBmp.GetHicon(); - ctrl.Cursor = new Cursor(handle); + var cursor = new Cursor(handle); + ctrl.Cursor = cursor; } } -- cgit v1.2.3