MCPcopy 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
274void SpectralDataDialog::UpdateControls( bool active )
275{
276 if (mBrushButton)
277 mBrushButton->SetValue(active);
278}
279
280static bool IsBrushToolActive(AudacityProject &project)
281{

Callers

nothing calls this directly

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected