mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Plugin Selector: allow to sort by Name
Previously the first 2 columns were Fav/Hide radio options. Now there is only a boolean Favorite checkbox.
This commit is contained in:
parent
478338854d
commit
b458eee160
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
|
|||
added_list.set_headers_visible (true);
|
||||
added_list.set_reorderable (false);
|
||||
|
||||
for (int i = 2; i <= 7; ++i) {
|
||||
for (int i = 1; i <= 7; ++i) {
|
||||
Gtk::TreeView::Column* column = plugin_display.get_column(i);
|
||||
if (column) {
|
||||
column->set_sort_column(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue