mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Edit and Label Menus
This commit is contained in:
@@ -529,8 +529,7 @@ void QuickFixDialog::OnFix(wxCommandEvent &event)
|
||||
// This is overkill (aka slow), as all preferences are reloaded and all
|
||||
// toolbars recreated.
|
||||
// Overkill probably doesn't matter, as this command is infrequently used.
|
||||
CommandContext context( project );
|
||||
GetMenuCommandHandler(project).OnReloadPreferences( context );
|
||||
EditActions::DoReloadPreferences( project );
|
||||
}
|
||||
|
||||
// Change the label after doing the fix, as the fix may take a second or two.
|
||||
@@ -542,4 +541,4 @@ void QuickFixDialog::OnFix(wxCommandEvent &event)
|
||||
wxButton * pWin = (wxButton*)FindWindowById( wxID_CANCEL );
|
||||
if( pWin )
|
||||
pWin->SetFocus( );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user