mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-18 20:20:15 +02:00
Improve accessibility of KeyView.
This commit is contained in:
@@ -224,7 +224,7 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartHorizontalLay(wxEXPAND, 1);
|
||||
{
|
||||
if (!mView) {
|
||||
mView = new KeyView(S.GetParent(), CommandsListID);
|
||||
mView = new KeyView(this, CommandsListID);
|
||||
mView->SetName(_("Bindings"));
|
||||
}
|
||||
S.Prop(true);
|
||||
|
||||
Reference in New Issue
Block a user