| 242 | } |
| 243 | |
| 244 | void OverlayWidget::_expose() |
| 245 | { |
| 246 | // forcibly ensure that renders will be called. This sidesteps the region |
| 247 | // based code for deciding whether anything should be rendered, and leaves |
| 248 | // it up to the OverlayWidget. |
| 249 | ui_root.needs_paint = true; |
| 250 | } |
| 251 | |
| 252 | shared_ptr<Widget> ContainerVec::get_child_at_offset(int x, int y) |
| 253 | { |
no test coverage detected