This commit is contained in:
@@ -783,9 +783,11 @@ namespace Volian.Controls.Library
|
||||
if (highlight)
|
||||
{
|
||||
MyFlexGrid.StyleBackColor = Color.Gray;
|
||||
MyFlexGrid.Styles.Fixed.BackColor = Color.Gray;
|
||||
}
|
||||
else
|
||||
{
|
||||
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
|
||||
if (MyFlexGrid.Focused) // If active Set BackColor to the active color
|
||||
SetActive();
|
||||
else // Otherwise Set the BackColor to either the InactiveColor or the AnnotationColor
|
||||
|
Reference in New Issue
Block a user