aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Controls/ShiftedProgressBar.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-02 19:51:57 -0500
committerMichael <[email protected]>2017-02-02 19:51:57 -0500
commit487deee243c7b1994f049c3d190e1e0971973bca (patch)
tree0d46457bbe426ede9787faf9216d68d9dafc581e /ShiftOS.WinForms/Controls/ShiftedProgressBar.cs
parentbf100ab099e7335711ea739cb10a4a9df4b89dc5 (diff)
downloadshiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.tar.gz
shiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.tar.bz2
shiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.zip
Fix download UI
Diffstat (limited to 'ShiftOS.WinForms/Controls/ShiftedProgressBar.cs')
-rw-r--r--ShiftOS.WinForms/Controls/ShiftedProgressBar.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Controls/ShiftedProgressBar.cs b/ShiftOS.WinForms/Controls/ShiftedProgressBar.cs
index ba4cbba..e5a2c33 100644
--- a/ShiftOS.WinForms/Controls/ShiftedProgressBar.cs
+++ b/ShiftOS.WinForms/Controls/ShiftedProgressBar.cs
@@ -111,7 +111,7 @@ namespace ShiftOS.WinForms.Controls
protected override void OnPaint(PaintEventArgs pe)
{
- pe.Graphics.Clear(this.BackColor);
+ pe.Graphics.Clear(Color.Black);
switch (_style)
{
case ProgressBarStyle.Continuous: