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

@@ -1032,6 +1032,7 @@ public:
case WID_GL_SORT_BY_DROPDOWN:
this->vehgroups.SetSortType(index);
this->UpdateSortingInterval();
break;
case WID_GL_FILTER_BY_CARGO: // Select a cargo filter criteria
this->SetCargoFilterIndex(index);