last try to fix the display crash for today. If this does not work comment the line 813 to fix it.

This commit is contained in:
Titus Tscharntke 2011-05-02 00:34:04 +00:00
parent 620fc1cff1
commit 6c8e36fd24
1 changed files with 4 additions and 2 deletions

View File

@ -808,8 +808,10 @@ void Gui::computeDisplay(){
}
// refresh other things
if ( !isSelecting() && !isSelectingPos()) {
computeInfoString(lastPosDisplay);
if(!isSelecting() && !isSelectingPos()){
if(!isSelectingPos()){
computeInfoString(lastPosDisplay);
}
}
}