mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Invoke CellularPanel::Draw for TrackPanel, no steps moved into it yet
This commit is contained in:
@@ -917,6 +917,8 @@ void TrackPanel::DrawTracks(wxDC * dc)
|
||||
mTrackArtist->hasSolo = hasSolo;
|
||||
TrackArt::DrawTracks( context, GetTracks(), region, clip );
|
||||
|
||||
this->CellularPanel::Draw( context, TrackArtist::NPasses );
|
||||
|
||||
// Draw the rest, including the click-to-deselect blank area below all
|
||||
// tracks
|
||||
DrawEverythingElse(context, region, clip);
|
||||
|
||||
Reference in New Issue
Block a user