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

Method UpdateControls

src/toolbars/MeterToolBar.cpp:378–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void MeterToolBar::UpdateControls()
379{
380 if ( mPlayMeter )
381 mPlayMeter->UpdateSliderControl();
382
383 if ( mRecordMeter )
384 mRecordMeter->UpdateSliderControl();
385}
386
387void MeterToolBar::RebuildLayout(bool force)
388{

Callers

nothing calls this directly

Calls 1

UpdateSliderControlMethod · 0.80

Tested by

no test coverage detected