1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Move drawing code for track names

This commit is contained in:
Paul Licameli
2019-06-21 15:21:25 -04:00
parent dc216d669b
commit b05acc32da
9 changed files with 86 additions and 112 deletions

View File

@@ -911,7 +911,6 @@ void TrackPanel::DrawTracks(wxDC * dc)
mTrackArtist->hasSolo = hasSolo;
this->CellularPanel::Draw( context, TrackArtist::NPasses );
TrackArt::DrawTrackNames( context, GetTracks(), region, clip );
}
void TrackPanel::SetBackgroundCell