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

Method UpdateSelectedPrefs

src/toolbars/DeviceToolBar.cpp:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void DeviceToolBar::UpdateSelectedPrefs( int id )
347{
348 if (id == DeviceToolbarPrefsID())
349 UpdatePrefs();
350 ToolBar::UpdateSelectedPrefs( id );
351}
352
353
354void DeviceToolBar::EnableDisableButtons()

Callers

nothing calls this directly

Calls 1

DeviceToolbarPrefsIDFunction · 0.85

Tested by

no test coverage detected