mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Remove duplicate call to DrawItems introduced at 488cb46
This commit is contained in:
parent
5312406450
commit
51e0c2221f
@ -356,8 +356,6 @@ void CommonTrackControls::Draw(
|
|||||||
// Draw things within the track control panel
|
// Draw things within the track control panel
|
||||||
TrackInfo::DrawItems( context, rect, *pTrack );
|
TrackInfo::DrawItems( context, rect, *pTrack );
|
||||||
|
|
||||||
TrackInfo::DrawItems( context, rect, *FindTrack() );
|
|
||||||
|
|
||||||
//mTrackInfo.DrawBordersWithin( dc, rect, *t );
|
//mTrackInfo.DrawBordersWithin( dc, rect, *t );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user