| 348 | } |
| 349 | |
| 350 | void LayerListView::clearRows() { |
| 351 | detachItemWidgets(list_); |
| 352 | list_->clear(); |
| 353 | items_.clear(); |
| 354 | updateMinimumHeight(); |
| 355 | } |
| 356 | |
| 357 | void LayerListView::updateMinimumHeight() { |
| 358 | // Fixed (min == max) so the layout can neither stretch the list to its |
no test coverage detected