diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -927,6 +927,8 @@ public: if (this->viewport != NULL) { NWidgetViewport *nvp = this->GetWidget(IVW_VIEWPORT); nvp->UpdateViewportCoordinates(this); + + ScrollWindowToTile(Industry::Get(this->window_number)->location.GetCenterTile(), this, true); // Re-center viewport. } }