mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-15 16:14:11 +02:00
Revert "Bug, unreported: Timer record "?" button brought up a frozen dialog..."
This reverts commit 5c044c0cea75f03bea493da4c479c2dc7d4a7705.
This commit is contained in:
parent
f3903276c9
commit
186873e3cc
@ -6373,11 +6373,7 @@ void AudacityProject::OnTimerRecord()
|
||||
|
||||
TimerRecordDialog dialog(this, bProjectSaved); /* parent, project saved? */
|
||||
int modalResult = dialog.ShowModal();
|
||||
if (modalResult == wxID_CONTEXT_HELP)
|
||||
{
|
||||
HelpSystem::ShowHelpDialog(this, wxT("Timer_Record"));
|
||||
}
|
||||
else if (modalResult == wxID_CANCEL)
|
||||
if (modalResult == wxID_CANCEL)
|
||||
{
|
||||
// Cancelled before recording - don't need to do anyting.
|
||||
}
|
||||
|
@ -348,7 +348,7 @@ void TimerRecordDialog::OnAutoExportCheckBox_Change(wxCommandEvent& WXUNUSED(eve
|
||||
|
||||
void TimerRecordDialog::OnHelpButtonClick(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
EndModal(wxID_CONTEXT_HELP);
|
||||
HelpSystem::ShowHelpDialog(this, wxT("Timer_Record"));
|
||||
}
|
||||
|
||||
wxString TimerRecordDialog::GetHoursMinsString(int iMinutes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user