| 499 | } |
| 500 | |
| 501 | void OnShiftDown(const CommandContext &context) |
| 502 | { |
| 503 | auto &project = context.project; |
| 504 | DoNextTrack( project, true, mCircularTrackNavigation ); |
| 505 | } |
| 506 | |
| 507 | void OnToggle(const CommandContext &context) |
| 508 | { |
nothing calls this directly
no test coverage detected