X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_grid.cc;h=77995489a313a407aea439a1112337d551877705;hb=b115a04babe8435eeaba36469eeb6145250c70cd;hp=c8699ece1e6bf5bffb1066106a8c9468a853dbe3;hpb=6fa6514cfdb0ce38d93b51197f599dfd091bad1d;p=ardour.git diff --git a/gtk2_ardour/port_matrix_grid.cc b/gtk2_ardour/port_matrix_grid.cc index c8699ece1e..77995489a3 100644 --- a/gtk2_ardour/port_matrix_grid.cc +++ b/gtk2_ardour/port_matrix_grid.cc @@ -18,7 +18,7 @@ */ #include -#include +#include #include "ardour/bundle.h" #include "port_matrix_grid.h" #include "port_matrix.h" @@ -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(); }