Add: Buttons to open global goals from company goals and vice versa

This commit is contained in:
dP
2021-02-21 02:32:45 +03:00
committed by Charles Pigott
parent 818bee3961
commit 56911a86ea
4 changed files with 41 additions and 11 deletions

View File

@@ -120,6 +120,7 @@ void SetLocalCompany(CompanyID new_company)
/* ... and redraw the whole screen. */
MarkWholeScreenDirty();
InvalidateWindowClassesData(WC_SIGN_LIST, -1);
InvalidateWindowClassesData(WC_GOALS_LIST);
}
/**