diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/company_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp index b0aebf2c5..03bde9122 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -76,6 +76,7 @@ void Company::PostDestructor(size_t index) { InvalidateWindowData(WC_GRAPH_LEGEND, 0, (int)index); InvalidateWindowData(WC_PERFORMANCE_DETAIL, 0, (int)index); + InvalidateWindowData(WC_COMPANY_LEAGUE, 0, 0); } /** |