This commit is contained in:
Kathy Ruffing 2010-11-23 14:56:53 +00:00
parent 1b17f17955
commit 60c807b0bd

View File

@ -91,7 +91,9 @@ namespace Volian.Controls.Library
}
public void HighlightChangeStep()
{
groupPanelChgStepType.Style.BackColor = Color.PaleVioletRed;
// As per MRC - don't bother to color it.
// left here in case we change our mind.
//groupPanelChgStepType.Style.BackColor = Color.PaleVioletRed;
}
private void TagsFillIn()
{