mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +02:00
Make comment clearer
This commit is contained in:
parent
b3bf321893
commit
41315dac95
@ -985,8 +985,8 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!hasWave)
|
if(!hasWave)
|
||||||
// Treat append-record like record, when there was no given wave track
|
// Treat append-record like record record to new, when there are
|
||||||
// to append onto.
|
// no wave tracks to append onto.
|
||||||
appendRecord = false;
|
appendRecord = false;
|
||||||
|
|
||||||
double t0 = p->GetSel0();
|
double t0 = p->GetSel0();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user