diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc index f1745a49b5..cdc2d2c5aa 100644 --- a/gtk2_ardour/editor_route_groups.cc +++ b/gtk2_ardour/editor_route_groups.cc @@ -457,7 +457,7 @@ EditorRouteGroups::add (RouteGroup* group) if (focus) { TreeViewColumn* col = _display.get_column (0); - CellRendererText* name_cell = dynamic_cast(_display.get_column_cell_renderer (0)); + CellRendererText* name_cell = dynamic_cast(_display.get_column_cell_renderer (1)); _display.set_cursor (_model->get_path (row), *col, *name_cell, true); }