Start autoscroll in from the right-hand edge of the screen if the editor list is...
[ardour.git] / gtk2_ardour / port_matrix_column_labels.cc
index 99dc369f0a76625b06436911d87b5bbd92e89270..04b57c404fc1994b8923106a851f38f2f1562f52 100644 (file)
@@ -156,10 +156,12 @@ PortMatrixColumnLabels::render (cairo_t* cr)
 
                        for (uint32_t j = 0; j < C; ++j) {
                                Gdk::Color c = (*i)->has_colour ? (*i)->colour : get_a_bundle_colour (N);
+
                                ARDOUR::BundleChannel bc (
                                        (*i)->bundle,
                                        (*i)->bundle->type_channel_to_overall (_matrix->type (), j)
                                        );
+                               
                                render_channel_name (cr, background_colour (), c, x, 0, bc);
                                x += grid_spacing();
                        }