| 35 | } |
| 36 | |
| 37 | void OnPaint() override |
| 38 | { |
| 39 | this->OnInvalidateData(0); // Must be sure that the widgets show the transparency variable changes, also when we use shortcuts. |
| 40 | this->DrawWidgets(); |
| 41 | } |
| 42 | |
| 43 | void DrawWidget(const Rect &r, WidgetID widget) const override |
| 44 | { |
nothing calls this directly
no test coverage detected