mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 07:10:06 +02:00
Bug1408: Don't leave empty frame behind, dismissing Timer Record help
This commit is contained in:
parent
51a1323b38
commit
d708989711
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user