mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
sort keybinding editor alphabetically
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2681 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c253da5233
commit
12981c056e
2 changed files with 27 additions and 7 deletions
|
|
@ -137,7 +137,7 @@ KeyEditor::populate ()
|
|||
model->clear ();
|
||||
|
||||
for (l = labels.begin(), k = keys.begin(), p = paths.begin(); l != labels.end(); ++k, ++p, ++l) {
|
||||
|
||||
|
||||
TreeModel::Row row;
|
||||
vector<string> parts;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue