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:
committed by
rubidium42
parent
03c24810b1
commit
f49924e749
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user