diff options
Diffstat (limited to 'ShiftOS.WinForms/Controls/ShiftedProgressBar.cs')
| -rw-r--r-- | ShiftOS.WinForms/Controls/ShiftedProgressBar.cs | 2 |
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: |
