mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Bug1408: Don't leave empty frame behind, dismissing Timer Record help
This commit is contained in:
@@ -57,6 +57,7 @@ void BrowserDialog::OnBackward(wxCommandEvent & WXUNUSED(event))
|
||||
void BrowserDialog::OnClose(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
EndModal(wxID_CANCEL);
|
||||
GetParent()->Destroy();
|
||||
}
|
||||
|
||||
void BrowserDialog::OnKeyDown(wxKeyEvent & event)
|
||||
|
||||
Reference in New Issue
Block a user