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

Method SetDefaultValue

src/widgets/ASlider.cpp:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void LWSlider::SetDefaultValue(float value)
645{
646 SetDefaultShortcut(true);
647 mDefaultValue = value;
648}
649
650void LWSlider::SetDefaultShortcut(bool value)
651{

Callers 3

ReCreateVolumeSliderMethod · 0.80
ReCreatePanSliderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected