From 89a2ba2a6d25e605c391e7343ba66090ee9f26de Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:38:59 +0000 Subject: (svn r24899) -Fix [FS#5434]: Also the station build window needs redrawing when the station spread changes (based on patch by juanjo) --- src/settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index f75b0c614..b82cd3f7a 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -809,9 +809,10 @@ static bool InvalidateDetailsWindow(int32 p1) return true; } -static bool InvalidateStationBuildWindow(int32 p1) +static bool StationSpreadChanged(int32 p1) { InvalidateWindowData(WC_SELECT_STATION, 0); + InvalidateWindowData(WC_BUILD_STATION, 0); return true; } -- cgit v1.2.3-54-g00ecf