From d4fb120b88807a8350f171d30a9b6f6906e0653f Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Mon, 2 May 2011 01:22:33 +0000 Subject: [PATCH] this fixes it ... but i am not very happy with the current state :/ maybe better skip the update call for release? --- source/glest_game/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index e6ea788b..ee23cef5 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -809,7 +809,7 @@ void Gui::computeDisplay(){ // refresh other things if(!isSelecting() && !isSelectingPos()){ - if(!isSelectingPos()){ + if(!isSelectingPos() && lastPosDisplay == invalidPos){ computeInfoString(lastPosDisplay); } }