mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40: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);
|
newTrack->SetOffset(t0);
|
||||||
|
|
||||||
if (recordingChannels <= 2) {
|
if (recordingChannels > 2)
|
||||||
newTrack->SetHeight(initialheight/recordingChannels);
|
newTrack->SetMinimized(true);
|
||||||
}
|
|
||||||
else {
|
|
||||||
newTrack->SetMinimized(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (recordingChannels == 2) {
|
if (recordingChannels == 2) {
|
||||||
if (c == 0) {
|
if (c == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user