1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

Bug972, partial fix: recording in new project, record head begins at left edge

This commit is contained in:
Paul Licameli 2015-05-25 10:01:58 -04:00
parent ce691723d8
commit 4b76db56b7

View File

@ -967,6 +967,7 @@ void TrackPanel::GetTracksUsableArea(int *width, int *height) const
*width -= GetLabelWidth();
// AS: MAGIC NUMBER: What does 2 represent?
*width -= 2 + kLeftInset;
*width = std::max(0, *width);
}
/// Gets the pointer to the AudacityProject that