1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-12 06:01:13 +02:00

rest of David's patch for Bug 712 - Keyboard preferences hotkey search - entering multiple keys

This commit is contained in:
v.audacity 2014-08-13 21:12:48 +00:00
parent 61285bc7be
commit ea0928fc06

View File

@ -285,9 +285,6 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
}
S.EndStatic();
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.