diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -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 */