| 1092 | |
| 1093 | public: |
| 1094 | BuildRailStationWindow(WindowDesc &desc, Window *parent) : PickerWindow(desc, parent, TRANSPORT_RAIL, StationPickerCallbacks::instance) |
| 1095 | { |
| 1096 | this->coverage_height = 2 * GetCharacterHeight(FS_NORMAL) + WidgetDimensions::scaled.vsep_normal; |
| 1097 | this->ConstructWindow(); |
| 1098 | } |
| 1099 | |
| 1100 | void OnInit() override |
| 1101 | { |
nothing calls this directly
no test coverage detected