move center "X" to middle of cell

This commit is contained in:
ehouse 2003-12-09 05:17:49 +00:00
parent 0bc083096d
commit d0d75307d6

View file

@ -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;