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

Method OnSetLeftSelection

src/menus/SelectMenus.cpp:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void OnSetLeftSelection(const CommandContext &context)
497{
498 SelectUtilities::OnSetRegion(context.project,
499 true, true, XO("Set Left Selection Boundary"));
500}
501
502void OnSetRightSelection(const CommandContext &context)
503{

Callers

nothing calls this directly

Calls 1

OnSetRegionFunction · 0.85

Tested by

no test coverage detected