File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/industry_cmd.cpp
Show inline comments
 
@@ -1894,7 +1894,7 @@ static void UpdateIndustryStatistics(Ind
 
		}
 
	}
 

	
 
	if (refresh) InvalidateWindow(WC_INDUSTRY_VIEW, i->index);
 
	if (refresh) SetWindowDirty(WC_INDUSTRY_VIEW, i->index);
 
}
 

	
 
/** Simple helper that will collect data for the generation of industries */