Departure boards: ignore departure_show_both setting for waypoints

pull/457/head
cakepie 2 years ago committed by GitHub
parent 5fa9e5efb1
commit d5e1954e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,7 +252,7 @@ public:
this->RaiseWidget(WID_DB_SHOW_VIA);
this->LowerWidget(WID_DB_SHOW_PAX);
this->LowerWidget(WID_DB_SHOW_FREIGHT);
this->SetDepartureTypesDisabledState();
if (!Twaypoint) this->SetDepartureTypesDisabledState();
this->SetCargoFilterDisabledState();
for (uint i = 0; i < 4; ++i) {

Loading…
Cancel
Save