| 766 | } |
| 767 | |
| 768 | void UpdateHelpTextSize() |
| 769 | { |
| 770 | NWidgetResizeBase *wid = this->GetWidget<NWidgetResizeBase>(WID_GO_HELP_TEXT); |
| 771 | this->vscroll_description->SetCount(this->last_clicked ? CeilDiv(this->last_clicked->GetMaxHelpHeight(wid->current_x), GetCharacterHeight(FS_NORMAL)) : 0); |
| 772 | } |
| 773 | |
| 774 | void SetTab(WidgetID widget) |
| 775 | { |
nothing calls this directly
no test coverage detected