From eb6acfe72e9d629be8f240654a3ff4f207f0461c Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 24 Jun 2005 11:13:08 +0000 Subject: [PATCH] Turn off the keyboard-control cursor when the user reverts to mouse control. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6008 cda61777-01e9-0310-a592-d414129be87e --- guess.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.11.0