Some small-ish port matrix rendering improvements.
[ardour.git] / gtk2_ardour / port_matrix.cc
index 66d9f41be0041ab3c1c46352f6a4692b8123ae87..97e3c5b3ce2c58f0eb6b9d47f4b47cbd2a2ef005 100644 (file)
@@ -217,5 +217,5 @@ PortMatrix::disassociate_all ()
                }
        }
 
-       _body.repaint_grid ();
+       _body.rebuild_and_draw_grid ();
 }