mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Give TrackArtist a back-pointer to TrackPanel
This commit is contained in:
@@ -532,7 +532,7 @@ void OnPrint(const CommandContext &context)
|
||||
auto &project = context.project;
|
||||
auto name = project.GetName();
|
||||
auto tracks = project.GetTracks();
|
||||
HandlePrint(&project, name, tracks);
|
||||
HandlePrint(&project, name, tracks, *project.GetTrackPanel());
|
||||
}
|
||||
|
||||
void OnExit(const CommandContext &WXUNUSED(context) )
|
||||
|
Reference in New Issue
Block a user