C.Trauma - 2009-05-22

Just after line ( 293 ) of TailView.cpp add the following code:

stFormat.dwEffects &= ~CFE_AUTOCOLOR;

So it will now look like this:

stFormat.dwMask |= CFM_UNDERLINE | CFM_BOLD | CFM_ITALIC | CFM_FACE | CFM_COLOR;

stFormat.dwEffects &= ~CFE_AUTOCOLOR;

stFormat.crTextColor = cr;