mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
move center "X" to middle of cell
This commit is contained in:
parent
0bc083096d
commit
d0d75307d6
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ ce_draw_drawCell( DrawCtx* p_dctx, XP_Rect* xprect,
|
|||
/* ceDrawBitmapInRect( hdc, rt.left+2, rt.top+2, bm ); */
|
||||
/* DeleteObject( bm ); */
|
||||
} else if ( isStar ) {
|
||||
ceDrawBitmapInRect( hdc, rt.left, rt.top, dctx->origin );
|
||||
ceDrawBitmapInRect( hdc, rt.left+2, rt.top+1, dctx->origin );
|
||||
}
|
||||
|
||||
return XP_TRUE;
|
||||
|
|
Loading…
Reference in a new issue