Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SnapGuidePen
Method
SnapGuidePen
libraries/lib-theme/AColor.cpp:471–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
void AColor::SnapGuidePen(wxDC * dc)
472
{
473
if (!inited)
474
Init();
475
dc->SetPen(snapGuidePen);
476
}
477
478
void AColor::Mute(wxDC * dc, bool on, bool selected, bool soloing)
479
{
Callers
nothing calls this directly
Calls
1
Init
Class · 0.85
Tested by
no test coverage detected