Use a lower resort interval in veh windows when sorting by timetable delay

This commit is contained in:
Jonathan G Rennison
2021-06-28 22:37:40 +01:00
parent c9c6b4cd92
commit 906ee568d6
4 changed files with 12 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ public:
void OnInit() override;
void UpdateSortingInterval();
void UpdateSortingFromGrouping();
void DrawVehicleListItems(VehicleID selected_vehicle, int line_height, const Rect &r) const;