1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 22:21:11 +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(rawData2);
free(data1);
free(data2);
return format; return format;
} }

View File

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