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

Method OnSetRightSelection

src/menus/SelectMenus.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void OnSetRightSelection(const CommandContext &context)
503{
504 SelectUtilities::OnSetRegion(context.project,
505 false, true, XO("Set Right Selection Boundary"));
506}
507
508void OnSelectStartCursor(const CommandContext &context)
509{

Callers

nothing calls this directly

Calls 1

OnSetRegionFunction · 0.85

Tested by

no test coverage detected