| 141 | } |
| 142 | |
| 143 | void Container::HandleViewportUpdate() { |
| 144 | for( const auto& child : m_children ) { |
| 145 | child->SetViewport( GetViewport() ); |
| 146 | } |
| 147 | |
| 148 | Widget::HandleViewportUpdate(); |
| 149 | } |
| 150 | |
| 151 | } |
nothing calls this directly
no test coverage detected