From 34032a9d0a8e997a3afa01dae9082e7013bad199 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 25 Oct 2009 14:57:42 +0000 Subject: [PATCH] set rem text color, which otherwise varies. --- xwords4/wince/cedraw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/wince/cedraw.c b/xwords4/wince/cedraw.c index 8cd187a55..e17ce92ed 100755 --- a/xwords4/wince/cedraw.c +++ b/xwords4/wince/cedraw.c @@ -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] );