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

Function MayUsePenGradients

src/effects/DynamicRangeProcessorHistoryPanel.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35constexpr auto timerPeriodMs = 1000 / 200;
36
37bool MayUsePenGradients()
38{
39 // MacOS doesn't cope well with pen gradients. (Freezes in debug and is
40 // transperent in release.)
41 return wxPlatformInfo::Get().GetOperatingSystemId() & wxOS_WINDOWS;
42}
43
44int GetActualCompressionLineWidth()
45{

Callers 3

DrawLegendFunction · 0.85
OnPaintMethod · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected