MCPcopy Create free account
hub / github.com/audacity/audacity / OnAlign

Function OnAlign

src/menus/TrackMenus.cpp:744–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void OnAlign(const CommandContext &context)
745{
746 auto &project = context.project;
747
748 bool bMoveWith;
749 gPrefs->Read(wxT("/GUI/MoveSelectionWithTracks"), &bMoveWith, false);
750 DoAlign(project, context.index, bMoveWith);
751}
752
753/*
754// Now handled in OnAlign.

Callers

nothing calls this directly

Calls 2

DoAlignFunction · 0.85
ReadMethod · 0.45

Tested by

no test coverage detected