diff -r 0c551e8818e0 -r f652ab1e06e2 External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs --- a/External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs Sun May 27 15:16:19 2012 +0000 +++ b/External/Aga.Controls/Tree/NodeControls/BaseTextControl.cs Sun May 27 16:08:54 2012 +0000 @@ -233,7 +233,7 @@ backgroundBrush = SystemBrushes.InactiveBorder; } else if (context.DrawSelection == DrawSelectionMode.FullRowSelect) - textColor = SystemColors.HighlightText; + textColor = SystemColors.ControlText; if (!context.Enabled) textColor = SystemColors.GrayText;