| 2352 | } |
| 2353 | |
| 2354 | void AdornedRulerPanel::OnSetPlayRegionToSelection(wxCommandEvent&) |
| 2355 | { |
| 2356 | SelectUtilities::SetPlayRegionToSelection(*mProject); |
| 2357 | } |
| 2358 | |
| 2359 | |
| 2360 | void AdornedRulerPanel::ShowContextMenu( |
nothing calls this directly
no test coverage detected