| 3344 | } |
| 3345 | |
| 3346 | void OnResize() override |
| 3347 | { |
| 3348 | if (this->viewport != nullptr) { |
| 3349 | NWidgetViewport *nvp = this->GetWidget<NWidgetViewport>(WID_VV_VIEWPORT); |
| 3350 | nvp->UpdateViewportCoordinates(this); |
| 3351 | } |
| 3352 | } |
| 3353 | |
| 3354 | void UpdateButtonStatus() |
| 3355 | { |
nothing calls this directly
no test coverage detected