mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-19 17:28:09 +01:00
Pass AudacityProject * into preference panel factories
This commit is contained in:
@@ -362,7 +362,7 @@ bool GetInfoCommand::SendPreferences(const CommandContext &context)
|
||||
{
|
||||
context.StartArray();
|
||||
auto pWin = &GetProjectFrame( context.project );
|
||||
GlobalPrefsDialog dialog( pWin );
|
||||
GlobalPrefsDialog dialog( pWin, &context.project );
|
||||
// wxCommandEvent Evt;
|
||||
//dialog.Show();
|
||||
ShuttleGuiGetDefinition S(pWin, *((context.pOutput)->mStatusTarget) );
|
||||
|
||||
Reference in New Issue
Block a user