diff options
| author | MichaelTheShifter <[email protected]> | 2016-06-28 18:30:15 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-06-28 18:30:15 -0400 |
| commit | dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb (patch) | |
| tree | 58271fa2509f724cad4c1b6caa9116fee1588766 /source/WindowsFormsApplication1/Controls | |
| parent | a067684f084c6fce5e7d7d8140a2d2f56953b579 (diff) | |
| download | shiftos-c--dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb.tar.gz shiftos-c--dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb.tar.bz2 shiftos-c--dec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb.zip | |
More client-side fixes.
Still got some moldy bread in there... if ya know what I mean.
I meant bugs.
Diffstat (limited to 'source/WindowsFormsApplication1/Controls')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/ProgressBarEX.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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."); + } } } |
