Merge remote-tracking branch 'upstream/master' into 13.0
This commit is contained in:
@@ -106,6 +106,13 @@ static void RedrawSmallmap(int32 new_value)
|
||||
SetWindowClassesDirty(WC_SMALLMAP);
|
||||
}
|
||||
|
||||
/** Redraw linkgraph links after a colour scheme change. */
|
||||
static void UpdateLinkgraphColours(int32 new_value)
|
||||
{
|
||||
BuildLinkStatsLegend();
|
||||
MarkWholeScreenDirty();
|
||||
}
|
||||
|
||||
static void StationSpreadChanged(int32 p1)
|
||||
{
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0);
|
||||
@@ -282,7 +289,7 @@ static void InvalidateNewGRFChangeWindows(int32 new_value)
|
||||
{
|
||||
InvalidateWindowClassesData(WC_SAVELOAD);
|
||||
CloseWindowByClass(WC_GAME_OPTIONS);
|
||||
ReInitAllWindows(_gui_zoom_cfg);
|
||||
ReInitAllWindows(false);
|
||||
}
|
||||
|
||||
static void InvalidateCompanyLiveryWindow(int32 new_value)
|
||||
|
||||
Reference in New Issue
Block a user