mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 07:47:58 +01:00
David Bailes patch for bug 577
This commit is contained in:
@@ -278,6 +278,7 @@ void RepeatDialog::DisplayNewTime()
|
||||
str += tt.GetTimeString();
|
||||
|
||||
mTotalTime->SetLabel(str);
|
||||
mTotalTime->SetName(str); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
||||
}
|
||||
|
||||
void RepeatDialog::OnRepeatTextChange(wxCommandEvent & event)
|
||||
|
||||
Reference in New Issue
Block a user