X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_grid.cc;h=77995489a313a407aea439a1112337d551877705;hb=1b5247ebb9ef89b922c3c0b2a8194d510bdd75e1;hp=23fda6e4842f6e4b70ba8c6d194fff8187109f87;hpb=9fc7eb1f0d25b2eaf7773ed8925062529c8b780c;p=ardour.git diff --git a/gtk2_ardour/port_matrix_grid.cc b/gtk2_ardour/port_matrix_grid.cc index 23fda6e484..77995489a3 100644 --- a/gtk2_ardour/port_matrix_grid.cc +++ b/gtk2_ardour/port_matrix_grid.cc @@ -137,7 +137,7 @@ PortMatrixGrid::render (cairo_t* cr) cairo_line_to (cr, _width, y); cairo_stroke (cr); } - + /* ASSOCIATION INDICATORS and NON-CONNECTABLE INDICATORS */ /* we draw a grey square in a matrix box if the two ports that intersect at that box @@ -230,7 +230,7 @@ PortMatrixGrid::render (cairo_t* cr) */ draw_non_connectable_indicator (cr, x, y); } - + x += grid_spacing(); }