mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Fix drawing of cursor arrow by moving the clip rect.
This commit is contained in:
parent
c2fbb06438
commit
b085e0cea7
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue