mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Change the NVDA trickery to the "\a" (audible bell) escape sequence.
This commit is contained in:
@@ -1472,8 +1472,8 @@ bool LV2Effect::BuildPlain()
|
||||
w->SetScrollRate(0, 20);
|
||||
|
||||
// This fools NVDA into not saying "Panel" when the dialog gets focus
|
||||
w->SetName(wxT(","));
|
||||
w->SetLabel(wxT(","));
|
||||
w->SetName(wxT("\a"));
|
||||
w->SetLabel(wxT("\a"));
|
||||
|
||||
outerSizer->Add(w, 1, wxEXPAND);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user