From 44c55fbd45bf895f3d7f1e6ed9497258c1bae86f Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 13 Sep 2012 15:54:54 +0100 Subject: Ensure cursor position is correct after placing stamp. diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index fadbaea..48bb14c 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1063,6 +1063,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button) } } } + currentMouse = ui::Point(x, y); selectMode = SelectNone; return; } -- cgit v0.9.2-21-gd62e