mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01: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:
		| @@ -62,7 +62,6 @@ void TimeDialog::PopulateOrExchange(ShuttleGui &S) | ||||
|                          mRate, | ||||
|                          NumericTextCtrl::Options{} | ||||
|                             .AutoPos(true)); | ||||
|          mTimeCtrl->SetName(mPrompt); | ||||
|          S.AddWindow(mTimeCtrl); | ||||
|       } | ||||
|       S.EndStatic(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user