1
0
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:
lllucius
2013-11-06 05:35:18 +00:00
parent 42aed7f47e
commit 98db19cc89
3 changed files with 102 additions and 24 deletions

View File

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