1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-08 07:25:39 +01: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

@@ -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.