mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Fix for bug #952
This commit is contained in:
parent
6ba5eb0a84
commit
f8a6c35c7c
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user