MCPcopy 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
446void AColor::CursorColor(wxDC * dc)
447{
448 if (!inited)
449 Init();
450
451 dc->SetLogicalFunction(wxCOPY);
452 dc->SetPen(cursorPen);
453}
454
455void AColor::IndicatorColor(wxDC * dc, bool bIsNotRecording)
456{

Callers

nothing calls this directly

Calls 1

InitClass · 0.85

Tested by

no test coverage detected