mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 06:07:06 +01:00
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -498,10 +498,10 @@ void WahwahDialog::OnPreview(wxCommandEvent &event)
|
||||
{
|
||||
TransferDataFromWindow();
|
||||
|
||||
// Save & restore parameters around Preview, because we didn't do OK.
|
||||
// Save & restore parameters around Preview, because we didn't do OK.
|
||||
float old_freq = mEffect->freq;
|
||||
float old_freqofs = mEffect->freqofs;
|
||||
float old_startphase = mEffect->startphase;
|
||||
float old_startphase = mEffect->startphase;
|
||||
float old_res = mEffect->res;
|
||||
float old_depth = mEffect->depth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user