mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Fix for crash in Ladspa effect as reported here:
http://audacity.238276.n2.nabble.com/Still-got-crash-with-RTP-effects-tt7566031.html
This commit is contained in:
parent
7fd0f4e8bc
commit
f09319624b
@ -1429,7 +1429,7 @@ void LadspaEffect::ShowOptions()
|
|||||||
if (dlg.ShowModal())
|
if (dlg.ShowModal())
|
||||||
{
|
{
|
||||||
// Reinitialize configuration settings
|
// Reinitialize configuration settings
|
||||||
SetHost(mHost);
|
mHost->GetSharedConfig(wxT("Settings"), wxT("UseLatency"), mUseLatency, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user