1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-14 23:30:23 +02:00

Make recorded tracks the same size as imported tracks (if one or two channels).

This commit is contained in:
martynshaw99 2010-06-02 23:54:44 +00:00
parent e31b602497
commit e628adb922

View File

@ -868,12 +868,8 @@ void ControlToolBar::OnRecord(wxCommandEvent &evt)
newTrack->SetOffset(t0);
if (recordingChannels <= 2) {
newTrack->SetHeight(initialheight/recordingChannels);
}
else {
newTrack->SetMinimized(true);
}
if (recordingChannels > 2)
newTrack->SetMinimized(true);
if (recordingChannels == 2) {
if (c == 0) {