From: Simon Tatham Date: Fri, 24 Jun 2005 11:13:08 +0000 (+0000) Subject: Turn off the keyboard-control cursor when the user reverts to mouse X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=029e8b85cede91d3d8ab011e422d44d74e52706e;p=sgt-puzzles.git Turn off the keyboard-control cursor when the user reverts to mouse control. [originally from svn r6008] --- diff --git a/guess.c b/guess.c index a6ef548..b33a1b1 100644 --- a/guess.c +++ b/guess.c @@ -641,6 +641,7 @@ static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds, } ui->drag_col = 0; ui->drag_opeg = -1; + ui->display_cur = 0; debug(("Stop dragging.")); ret = from; } else if (button == RIGHT_BUTTON) {