Departure boards: ignore departure_show_both setting for waypoints
This commit is contained in:
@@ -252,7 +252,7 @@ public:
|
|||||||
this->RaiseWidget(WID_DB_SHOW_VIA);
|
this->RaiseWidget(WID_DB_SHOW_VIA);
|
||||||
this->LowerWidget(WID_DB_SHOW_PAX);
|
this->LowerWidget(WID_DB_SHOW_PAX);
|
||||||
this->LowerWidget(WID_DB_SHOW_FREIGHT);
|
this->LowerWidget(WID_DB_SHOW_FREIGHT);
|
||||||
this->SetDepartureTypesDisabledState();
|
if (!Twaypoint) this->SetDepartureTypesDisabledState();
|
||||||
this->SetCargoFilterDisabledState();
|
this->SetCargoFilterDisabledState();
|
||||||
|
|
||||||
for (uint i = 0; i < 4; ++i) {
|
for (uint i = 0; i < 4; ++i) {
|
||||||
|
Reference in New Issue
Block a user