mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-03 03:49:12 +00:00
This commit is contained in:
@@ -1402,7 +1402,9 @@ struct PerformanceRatingDetailWindow : Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure the widget is lowered */
|
/* Make sure the widget is lowered */
|
||||||
this->LowerWidget(WID_PRD_COMPANY_FIRST + this->company);
|
if (this->company != INVALID_COMPANY) {
|
||||||
|
this->LowerWidget(WID_PRD_COMPANY_FIRST + this->company);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user