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 ++- src/table/settings.ini | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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; } diff --git a/src/table/settings.ini b/src/table/settings.ini index d1c1a1eb4..eafbee3a1 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -13,7 +13,7 @@ static bool v_PositionStatusbar(int32 p1); static bool PopulationInLabelActive(int32 p1); static bool RedrawScreen(int32 p1); static bool RedrawSmallmap(int32 p1); -static bool InvalidateStationBuildWindow(int32 p1); +static bool StationSpreadChanged(int32 p1); static bool InvalidateBuildIndustryWindow(int32 p1); static bool CloseSignalGUI(int32 p1); static bool InvalidateTownViewWindow(int32 p1); @@ -1010,7 +1010,7 @@ max = 64 str = STR_CONFIG_SETTING_STATION_SPREAD strhelp = STR_CONFIG_SETTING_STATION_SPREAD_HELPTEXT strval = STR_CONFIG_SETTING_TILE_LENGTH -proc = InvalidateStationBuildWindow +proc = StationSpreadChanged cat = SC_BASIC [SDT_BOOL] -- cgit v1.2.3-54-g00ecf