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

Method DoToolChanged

src/SpectralDataDialog.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void SpectralDataDialog::DoToolChanged()
450{
451 UpdateControls( IsBrushToolActive(mProject) );
452}
453
454void SpectralDataDialog::OnBrushSizeSlider(wxCommandEvent &event) {
455 auto &projectSettings = ProjectSettings::Get( mProject );

Callers 1

OnToolChangedMethod · 0.45

Calls 1

IsBrushToolActiveFunction · 0.85

Tested by

no test coverage detected