| 391 | } |
| 392 | |
| 393 | void DrawWidget(const Rect &r, WidgetID widget) const override |
| 394 | { |
| 395 | if (widget != WID_GQ_QUESTION) return; |
| 396 | |
| 397 | DrawStringMultiLine(r, this->question.GetDecodedString(), this->colour, SA_TOP | SA_HOR_CENTER); |
| 398 | } |
| 399 | }; |
| 400 | |
| 401 | /** |
nothing calls this directly
no test coverage detected