1
0
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:
lllucius
2013-10-30 20:44:22 +00:00
parent b093367648
commit 398b5153c7
3 changed files with 36 additions and 7 deletions

View File

@@ -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()