mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32.
This commit is contained in:
@@ -856,7 +856,7 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
|
||||
newTrack->InsertSilence(0.0, t0 - t1);
|
||||
newTrack->Flush();
|
||||
wt->Clear(t1, t0);
|
||||
wt->Paste(t1, newTrack);
|
||||
wxASSERT(wt->Paste(t1, newTrack));
|
||||
delete newTrack;
|
||||
}
|
||||
newRecordingTracks.Add(wt);
|
||||
|
||||
Reference in New Issue
Block a user