mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 07:40:12 +01:00
Fix for bug #952
This commit is contained in:
2
src/effects/vamp/VampEffect.cpp
Normal file → Executable file
2
src/effects/vamp/VampEffect.cpp
Normal file → Executable file
@@ -905,7 +905,7 @@ void VampEffect::OnTextCtrl(wxCommandEvent & evt)
|
||||
{
|
||||
int p = evt.GetId() - ID_Texts;
|
||||
|
||||
mFields[p]->GetValidator()->TransferToWindow();
|
||||
mFields[p]->GetValidator()->TransferFromWindow();
|
||||
|
||||
float lower = mParameters[p].minValue;
|
||||
float upper = mParameters[p].maxValue;
|
||||
|
||||
Reference in New Issue
Block a user