File diff r23552:91d98b9489aa → r23553:9f01781fc43d
src/town_gui.cpp
Show inline comments
 
@@ -659,7 +659,7 @@ private:
 

	
 
			this->towns.shrink_to_fit();
 
			this->towns.RebuildDone();
 
			this->vscroll->SetCount(this->towns.size()); // Update scrollbar as well.
 
			this->vscroll->SetCount((uint)this->towns.size()); // Update scrollbar as well.
 
		}
 
		/* Always sort the towns. */
 
		this->last_town = NULL;