Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ UpdateControls
Method
UpdateControls
src/SpectralDataDialog.cpp:274–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void SpectralDataDialog::UpdateControls( bool active )
275
{
276
if (mBrushButton)
277
mBrushButton->SetValue(active);
278
}
279
280
static bool IsBrushToolActive(AudacityProject &project)
281
{
Callers
nothing calls this directly
Calls
1
SetValue
Method · 0.45
Tested by
no test coverage detected