set rem text color, which otherwise varies.

This commit is contained in:
ehouse 2009-10-25 14:57:42 +00:00
parent fa5d36517a
commit 34032a9d0a

View file

@ -1459,6 +1459,7 @@ DRAW_FUNC_NAME(drawRemText)( DrawCtx* p_dctx, const XP_Rect* rInner,
XPRtoRECT( &rt, rInner );
ceSetTextColor( hdc, dctx, CE_BLACK_COLOR );
bkColor = focussed ? CE_FOCUS_COLOR : CE_TILEBACK_COLOR;
ceSetBkColor( hdc, dctx, bkColor );
FillRect( hdc, &rt, dctx->brushes[bkColor] );