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:
parent
e31b602497
commit
e628adb922
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user