this fixes it ... but i am not very happy with the current state :/

maybe better skip the update call for release?
This commit is contained in:
Titus Tscharntke 2011-05-02 01:22:33 +00:00
parent 6c8e36fd24
commit d4fb120b88
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ void Gui::computeDisplay(){
// refresh other things
if(!isSelecting() && !isSelectingPos()){
if(!isSelectingPos()){
if(!isSelectingPos() && lastPosDisplay == invalidPos){
computeInfoString(lastPosDisplay);
}
}