From dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Tue, 28 Jun 2016 18:30:15 -0400 Subject: More client-side fixes. Still got some moldy bread in there... if ya know what I mean. I meant bugs. --- source/WindowsFormsApplication1/Controls/ProgressBarEX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Controls/ProgressBarEX.cs') diff --git a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs index 0e64aad..4896292 100644 --- a/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs +++ b/source/WindowsFormsApplication1/Controls/ProgressBarEX.cs @@ -61,7 +61,7 @@ namespace ShiftOS this.Invalidate(); } else { - throw new ArgumentOutOfRangeException("The value must be between the minimum and maximum values."); + } } } -- cgit v1.2.3