| 66 | } |
| 67 | |
| 68 | void drawLayer(const DrawArgs& args, int layer) override { |
| 69 | // Draw lights after translucent rectangle |
| 70 | if (layer == 1) { |
| 71 | Widget::drawLayer(args, 1); |
| 72 | } |
| 73 | } |
| 74 | }; |
| 75 | |
| 76 |
nothing calls this directly
no outgoing calls
no test coverage detected