summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp1
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);
}
/**