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:
@@ -950,6 +950,9 @@ static int Guess16Bit(int numTests, char **rawData,
|
|||||||
|
|
||||||
free(rawData2);
|
free(rawData2);
|
||||||
|
|
||||||
|
free(data1);
|
||||||
|
free(data2);
|
||||||
|
|
||||||
return format;
|
return format;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user