| 59 | } |
| 60 | |
| 61 | void DrawWidget(const Rect &r, WidgetID) const override |
| 62 | { |
| 63 | GfxFillRect(r, PixelColour{4}, FILLRECT_OPAQUE); |
| 64 | GfxFillRect(r, PixelColour{0}, FILLRECT_CHECKER); |
| 65 | } |
| 66 | }; |
| 67 | |
| 68 | /** Nested widgets for the error window. */ |
nothing calls this directly
no test coverage detected