| 72 | |
| 73 | |
| 74 | void RackScrollWidget::zoomToModules() { |
| 75 | widget::Widget* moduleContainer = rackWidget->getModuleContainer(); |
| 76 | math::Rect bound = moduleContainer->getChildrenBoundingBox(); |
| 77 | zoomToBound(bound); |
| 78 | } |
| 79 | |
| 80 | |
| 81 | void RackScrollWidget::zoomToBound(math::Rect bound) { |
no test coverage detected