| 692 | } |
| 693 | |
| 694 | void OnResize() override |
| 695 | { |
| 696 | /* Adjust the number of items in the matrix depending of the resize */ |
| 697 | this->vscroll->SetCapacityFromWidget(this, WID_DPI_MATRIX_WIDGET); |
| 698 | } |
| 699 | |
| 700 | void OnPlaceObject([[maybe_unused]] Point pt, TileIndex tile) override |
| 701 | { |
nothing calls this directly
no test coverage detected