diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index f85e9ae47b..b22b1d2725 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -596,8 +596,7 @@ RouteUI::solo_press(GdkEventButton* ev) boost::shared_ptr rl; if (ev->button == 1) { - - if (_route->route_group()) { + if (ARDOUR::Profile->get_mixbus()) && _route->route_group() { rl = _route->route_group()->route_list();