From f49924e749dd4fc9f07d326ef37f1621cefdc679 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 28 Jan 2026 23:24:47 +0000 Subject: [PATCH] Fix: Station view window fold/unfold not refreshing scrollbar --- src/station_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 4bf77ff3a0..644ebc0063 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -1949,6 +1949,7 @@ struct StationViewWindow : public Window { } } this->SetWidgetDirty(WID_SV_WAITING); + this->SetWidgetDirty(WID_SV_SCROLLBAR); } void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override