1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-30 23:54:35 +01:00

Fix: Station view window fold/unfold not refreshing scrollbar

This commit is contained in:
Jonathan G Rennison
2026-01-28 23:24:47 +00:00
committed by rubidium42
parent 03c24810b1
commit f49924e749

View File

@@ -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