### Eclipse Workspace Patch 1.0 #P taskcoach_trunk Index: taskcoachlib/thirdparty/hypertreelist.py =================================================================== --- taskcoachlib/thirdparty/hypertreelist.py (revision 2652) +++ taskcoachlib/thirdparty/hypertreelist.py (working copy) @@ -2750,6 +2750,7 @@ itemrect = wx.Rect(0, item.GetY() + off_h, total_w-1, total_h - off_h) dc.SetBrush(wx.Brush(colBg, wx.SOLID)) dc.DrawRectangleRect(itemrect) + dc.SetTextForeground(colText) else: dc.SetTextForeground(colText)