| 795 | } |
| 796 | |
| 797 | void OnPaint() override |
| 798 | { |
| 799 | this->SelectValidDebugCompany(); |
| 800 | this->UpdateLogScroll(); |
| 801 | |
| 802 | /* Draw standard stuff */ |
| 803 | this->DrawWidgets(); |
| 804 | } |
| 805 | |
| 806 | std::string GetWidgetString(WidgetID widget, StringID stringid) const override |
| 807 | { |
nothing calls this directly
no test coverage detected