External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs
changeset 346 f652ab1e06e2
parent 345 0c551e8818e0
     1.1 --- a/External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs	Sun May 27 15:16:19 2012 +0000
     1.2 +++ b/External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs	Sun May 27 16:08:54 2012 +0000
     1.3 @@ -233,7 +233,7 @@
     1.4                  backgroundBrush = SystemBrushes.InactiveBorder;
     1.5  			}
     1.6  			else if (context.DrawSelection == DrawSelectionMode.FullRowSelect)
     1.7 -				textColor = SystemColors.HighlightText;
     1.8 +				textColor = SystemColors.ControlText;
     1.9  
    1.10  			if (!context.Enabled)
    1.11  				textColor = SystemColors.GrayText;