mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-14 07:20:35 +02:00
TimeDialog: minor accessibility change
Since the move to wxWidgets 3.1.1, NVDA now reads the name of a wxStaticBox. So in this dialog, there is no longer the need for the accessibility name of the NumericTextCtrl to duplicate the name of the wxStaticBox.
This commit is contained in:
parent
0df8c7e3a0
commit
805d7023eb
@ -62,7 +62,6 @@ void TimeDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
mRate,
|
||||
NumericTextCtrl::Options{}
|
||||
.AutoPos(true));
|
||||
mTimeCtrl->SetName(mPrompt);
|
||||
S.AddWindow(mTimeCtrl);
|
||||
}
|
||||
S.EndStatic();
|
||||
|
Loading…
x
Reference in New Issue
Block a user