mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-29 16:53:51 +01:00
Correct the left edge of sizer between channels
This commit is contained in:
@@ -3182,7 +3182,7 @@ void TrackPanelCellIterator::UpdateRect()
|
||||
// tall zone below, in case there is no next track)
|
||||
auto partner = mpTrack->GetLink();
|
||||
if ( partner && mpTrack->GetLinked() )
|
||||
mRect.x = mPanel->GetLeftOffset();
|
||||
mRect.x = kTrackInfoWidth;
|
||||
else
|
||||
mRect.x = kLeftMargin;
|
||||
mRect.width -= (mRect.x + kRightMargin);
|
||||
|
||||
Reference in New Issue
Block a user