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

Method UpdateSelectedPrefs

src/toolbars/AudioSetupToolBar.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void AudioSetupToolBar::UpdateSelectedPrefs( int id )
336{
337 if (id == DeviceToolbarPrefsID())
338 UpdatePrefs();
339 ToolBar::UpdateSelectedPrefs( id );
340}
341
342
343void AudioSetupToolBar::EnableDisableButtons()

Callers

nothing calls this directly

Calls 1

DeviceToolbarPrefsIDFunction · 0.85

Tested by

no test coverage detected