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 d4627078f..ea15b074f 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -112,6 +112,7 @@ void SetLocalCompany(CompanyID new_company) /* ... and redraw the whole screen. */ MarkWholeScreenDirty(); + InvalidateWindowClassesData(WC_SIGN_LIST, -1); } /** |