1
0
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:
David Bailes 2018-08-20 11:36:15 +01:00
parent 0df8c7e3a0
commit 805d7023eb

View File

@ -62,7 +62,6 @@ void TimeDialog::PopulateOrExchange(ShuttleGui &S)
mRate,
NumericTextCtrl::Options{}
.AutoPos(true));
mTimeCtrl->SetName(mPrompt);
S.AddWindow(mTimeCtrl);
}
S.EndStatic();