mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-12 01:24:54 +00:00
(svn r24894) -Fix [FS#5434]: Invalidate station selection window when station spread changes (based on patch by juanjo)
This commit is contained in:
parent
4f04486e19
commit
f8e0b22974
@ -811,7 +811,7 @@ static bool InvalidateDetailsWindow(int32 p1)
|
||||
|
||||
static bool InvalidateStationBuildWindow(int32 p1)
|
||||
{
|
||||
SetWindowDirty(WC_BUILD_STATION, 0);
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user