| 1032 | } |
| 1033 | |
| 1034 | void TrackPanel::OnTrackMenu(Track *t) |
| 1035 | { |
| 1036 | CellularPanel::DoContextMenu( |
| 1037 | t ? ChannelView::Get(*t->GetChannel(0)).shared_from_this() : nullptr); |
| 1038 | } |
| 1039 | |
| 1040 | namespace { |
| 1041 | // Drawing constants |
no test coverage detected