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
@ -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…
Reference in New Issue
Block a user