File diff r23953:ba75d2f3b530 → r23954:8e43140b9a66
src/linkgraph/linkgraph_gui.cpp
Show inline comments
 
@@ -56,8 +56,7 @@ void LinkGraphOverlay::RebuildCache()
 
	DrawPixelInfo dpi;
 
	this->GetWidgetDpi(&dpi);
 

	
 
	const Station *sta;
 
	FOR_ALL_STATIONS(sta) {
 
	for (const Station *sta : Station::Iterate()) {
 
		if (sta->rect.IsEmpty()) continue;
 

	
 
		Point pta = this->GetStationMiddle(sta);