mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26: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 )
|
draw = dragDropInProgress(board) && !dragDropIsDividerDrag( board )
|
||||||
&& !dragDropHasMoved( board );
|
&& !dragDropHasMoved( board );
|
||||||
if ( draw ) {
|
if ( draw ) {
|
||||||
XP_U16 xx = board->penDownX;
|
|
||||||
XP_U16 yy = board->penDownY;
|
|
||||||
if ( draw ) {
|
if ( draw ) {
|
||||||
ds->yyAdd = (board->trayBounds.height * 2) / 3;
|
ds->yyAdd = (board->trayBounds.height * 2) / 3;
|
||||||
draw = dragDropContinueImpl( board, xx, yy, NULL );
|
draw = dragDropContinueImpl( board, board->penDownX,
|
||||||
|
board->penDownY, NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return draw;
|
return draw;
|
||||||
|
|
Loading…
Reference in a new issue