# HG changeset patch # User planetmaker # Date 1357667079 0 # Node ID 9be4666057690d10b29af0fd1494d1e2a4ff59a1 # Parent e8a0802c9c8d7533ef036d9788b721544b780e56 (svn r24894) -Fix [FS#5434]: Invalidate station selection window when station spread changes (based on patch by juanjo) diff --git a/src/settings.cpp b/src/settings.cpp --- a/src/settings.cpp +++ b/src/settings.cpp @@ -811,7 +811,7 @@ static bool InvalidateStationBuildWindow(int32 p1) { - SetWindowDirty(WC_BUILD_STATION, 0); + InvalidateWindowData(WC_SELECT_STATION, 0); return true; }