Skip to content

Commit 36a87e1

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Handle feedback
1 parent 2faadbb commit 36a87e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/System.Windows.Forms/System/Windows/Forms/Controls/ProgressBar

src/System.Windows.Forms/System/Windows/Forms/Controls/ProgressBar/ProgressBar.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ protected override void OnCreateControl()
8484
if (!ShouldSerializeBackColor())
8585
{
8686
BackColor = SystemColors.ControlDarkDark;
87+
}
88+
89+
if (!ShouldSerializeForeColor())
90+
{
8791
ForeColor = SystemColors.Highlight;
8892
}
8993

0 commit comments

Comments
 (0)