mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 03:54:47 +02:00
Fix a few accessibility issues pointed out by David.
This commit is contained in:
@@ -285,6 +285,10 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
if (mViewType == ViewByKey) {
|
||||
mFilterLabel->SetLabel(_("&Hotkey:"));
|
||||
}
|
||||
|
||||
// Need to layout so that the KeyView is properly sized before populating.
|
||||
// Otherwise, the initial selection is not scrolled into view.
|
||||
Layout();
|
||||
}
|
||||
|
||||
void KeyConfigPrefs::RefreshBindings()
|
||||
|
||||
Reference in New Issue
Block a user