Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ CursorColor
Method
CursorColor
libraries/lib-theme/AColor.cpp:446–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
void AColor::CursorColor(wxDC * dc)
447
{
448
if (!inited)
449
Init();
450
451
dc->SetLogicalFunction(wxCOPY);
452
dc->SetPen(cursorPen);
453
}
454
455
void AColor::IndicatorColor(wxDC * dc, bool bIsNotRecording)
456
{
Callers
nothing calls this directly
Calls
1
Init
Class · 0.85
Tested by
no test coverage detected