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

more changes per Campbell Barton's suggestions

This commit is contained in:
v.audacity 2013-08-05 01:45:10 +00:00
parent a4d885d74f
commit 6a42aa5f41
2 changed files with 4 additions and 0 deletions

View File

@ -950,6 +950,9 @@ static int Guess16Bit(int numTests, char **rawData,
free(rawData2);
free(data1);
free(data2);
return format;
}

View File

@ -807,6 +807,7 @@ void Meter::HandleLayout()
else
mIconPos = wxPoint(mWidth - iconWidth - 1, 1);
width = intmin(mWidth-(iconWidth+2), mWidth-(menuWidth+3));
// No break. Fall-through to MixerTrackCluster is intentional.
case MixerTrackCluster:
// Doesn't show menu, icon, or L/R labels,
// but otherwise like VerticalStereo.