diff options
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r-- | src/station_cmd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 8ade9639c..9b4da98a8 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -426,6 +426,8 @@ void Station::UpdateVirtCoord() SetDParam(0, this->index); SetDParam(1, this->facilities); this->sign.UpdatePosition(pt.x, pt.y, STR_VIEWPORT_STATION); + + InvalidateWindow(WC_STATION_VIEW, this->index); } /** Update the virtual coords needed to draw the station sign for all stations. */ |