| 1338 | } |
| 1339 | |
| 1340 | void OnInit() override |
| 1341 | { |
| 1342 | this->cargo_icon_size = GetLargestCargoIconSize(); |
| 1343 | this->line_height = std::max<int>(GetCharacterHeight(FS_NORMAL), this->cargo_icon_size.height); |
| 1344 | this->expand_shrink_width = std::max(GetCharacterWidth(FS_NORMAL, '-'), GetCharacterWidth(FS_NORMAL, '+')); |
| 1345 | } |
| 1346 | |
| 1347 | void Close([[maybe_unused]] int data = 0) override |
| 1348 | { |
nothing calls this directly
no test coverage detected