aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Controls
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-06-28 18:30:15 -0400
committerMichaelTheShifter <[email protected]>2016-06-28 18:30:15 -0400
commitdec9dfac5eebfbfd3a21ba5cfd0ca320cd5f1bfb (patch)
tree58271fa2509f724cad4c1b6caa9116fee1588766 /source/WindowsFormsApplication1/Controls
parenta067684f084c6fce5e7d7d8140a2d2f56953b579 (diff)
downloadshiftos-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.cs2
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.");
+
}
}
}