mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
set rem text color, which otherwise varies.
This commit is contained in:
parent
fa5d36517a
commit
34032a9d0a
1 changed files with 1 additions and 0 deletions
|
@ -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] );
|
||||
|
|
Loading…
Reference in a new issue