mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Move drawing code for tracks, free EnvelopeEditor from cycles
This commit is contained in:
@@ -106,7 +106,7 @@ bool AudacityPrintout::OnPrintPage(int WXUNUSED(page))
|
||||
TrackPanelDrawingContext context{
|
||||
*dc, {}, {}, &artist
|
||||
};
|
||||
TrackArt::DrawTrack( context, n, r );
|
||||
TrackView::Get( *n ).Draw( context, r, TrackArtist::PassTracks );
|
||||
|
||||
dc->SetPen(*wxBLACK_PEN);
|
||||
AColor::Line(*dc, 0, r.y, width, r.y);
|
||||
|
Reference in New Issue
Block a user