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

Method Cancel

src/prefs/KeyConfigPrefs.cpp:926–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void KeyConfigPrefs::Cancel()
927{
928 // Restore original key values
929 for (size_t i = 0; i < mNames.size(); i++) {
930 mManager->SetKeyFromIndex(i, mKeys[i]);
931 }
932
933 return;
934}
935
936PrefsPanel::Factory
937KeyConfigPrefsFactory( const CommandID &name )

Callers

nothing calls this directly

Calls 2

SetKeyFromIndexMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected