mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 22:21:14 +01:00
Don't delay exit of the program until next idle...
... restoring it to immediate dispatch, as it was before
6cde697a8e which was a cycle-breaking move
This commit is contained in:
@@ -527,7 +527,7 @@ void OnExit(const CommandContext &WXUNUSED(context) )
|
|||||||
{
|
{
|
||||||
// Simulate the application Exit menu item
|
// Simulate the application Exit menu item
|
||||||
wxCommandEvent evt{ wxEVT_MENU, wxID_EXIT };
|
wxCommandEvent evt{ wxEVT_MENU, wxID_EXIT };
|
||||||
wxTheApp->AddPendingEvent( evt );
|
wxTheApp->ProcessEvent( evt );
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnExportFLAC(const CommandContext &context)
|
void OnExportFLAC(const CommandContext &context)
|
||||||
|
|||||||
Reference in New Issue
Block a user