Fix drawing of cursor arrow by moving the clip rect.

This commit is contained in:
ehouse 2008-04-12 15:47:15 +00:00
parent c2fbb06438
commit b085e0cea7

View file

@ -641,6 +641,8 @@ DRAW_FUNC_NAME(drawBoardArrow)( DrawCtx* p_dctx, const XP_Rect* xprect,
++rt.bottom;
++rt.right;
ceClipToRect( dctx, hdc, &rt );
Rectangle( hdc, rt.left, rt.top, rt.right, rt.bottom );
InsetRect( &rt, 1, 1 );