File diff r28487:2130fff7270c → r28488:814e7fc9b052
src/vehicle_gui.cpp
Show inline comments
 
@@ -2587,7 +2587,7 @@ struct VehicleDetailsWindow : Window {
 
		const Vehicle *v = Vehicle::Get(this->window_number);
 

	
 
		if (v->type == VEH_TRAIN) {
 
			this->LowerWidget(this->tab + WID_VD_DETAILS_CARGO_CARRIED);
 
			this->LowerWidget(WID_VD_DETAILS_CARGO_CARRIED + this->tab);
 
			this->vscroll->SetCount(GetTrainDetailsWndVScroll(v->index, this->tab));
 
		}