1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00

Pass AudacityProject * into preference panel factories

This commit is contained in:
Paul Licameli
2020-01-04 12:24:14 -05:00
parent 72f66b7096
commit c9a9c06bd0
29 changed files with 56 additions and 40 deletions

View File

@@ -933,7 +933,7 @@ void OnPreferences(const CommandContext &context)
{
auto &project = context.project;
GlobalPrefsDialog dialog(&GetProjectFrame( project ) /* parent */ );
GlobalPrefsDialog dialog(&GetProjectFrame( project ) /* parent */, &project );
if( ScreenshotCommand::MayCapture( &dialog ) )
return;