| 727 | } |
| 728 | |
| 729 | void ProjectWindow::SetChannelHeights(Track &track, unsigned height) |
| 730 | { |
| 731 | for (auto pChannel : track.Channels()) |
| 732 | ChannelView::Get(*pChannel).SetExpandedHeight(height); |
| 733 | } |
| 734 | |
| 735 | int ProjectWindow::GetHorizontalThumbPosition() const |
| 736 | { |
no test coverage detected