mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
cleanup; no behavior change
This commit is contained in:
parent
1caddcf39b
commit
f4ea54c30b
1 changed files with 2 additions and 3 deletions
|
@ -323,11 +323,10 @@ dragDropSetAdd( BoardCtxt* board )
|
|||
draw = dragDropInProgress(board) && !dragDropIsDividerDrag( board )
|
||||
&& !dragDropHasMoved( board );
|
||||
if ( draw ) {
|
||||
XP_U16 xx = board->penDownX;
|
||||
XP_U16 yy = board->penDownY;
|
||||
if ( draw ) {
|
||||
ds->yyAdd = (board->trayBounds.height * 2) / 3;
|
||||
draw = dragDropContinueImpl( board, xx, yy, NULL );
|
||||
draw = dragDropContinueImpl( board, board->penDownX,
|
||||
board->penDownY, NULL );
|
||||
}
|
||||
}
|
||||
return draw;
|
||||
|
|
Loading…
Reference in a new issue