mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
New attached structure ProjectSettings stores rate, snap-to, et al.
This commit is contained in:
@@ -1242,7 +1242,8 @@ bool ControlToolBar::DoRecord(AudacityProject &project,
|
||||
newTrack->SetName(baseTrackName + wxT("_") + nameSuffix);
|
||||
}
|
||||
|
||||
if ((recordingChannels > 2) && !(p->GetTracksFitVerticallyZoomed())) {
|
||||
if ((recordingChannels > 2) &&
|
||||
!(ProjectSettings::Get(*p).GetTracksFitVerticallyZoomed())) {
|
||||
newTrack->SetMinimized(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user