1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-13 08:06:32 +01:00

New scrubbing toolbar; remove ruler pushbuttons.

This commit is contained in:
Paul Licameli
2016-06-05 01:03:24 -04:00
parent 0e09f2ce04
commit f5c4c85653
10 changed files with 275 additions and 51 deletions

View File

@@ -452,6 +452,10 @@ bool ScreenshotCommand::Apply(CommandExecutionContext context)
{
CaptureToolbar(context.GetProject()->GetToolManager(), TranscriptionBarID, fileName);
}
else if (captureMode.IsSameAs(wxT("scrubbing")))
{
CaptureToolbar(context.GetProject()->GetToolManager(), ScrubbingBarID, fileName);
}
else if (captureMode.IsSameAs(wxT("trackpanel")))
{
TrackPanel *panel = context.GetProject()->GetTrackPanel();