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