Fix minor visual glitch with mouseover when a label is partially out-of-sight.
[ardour.git] / gtk2_ardour / port_matrix_body.h
index 2320efe4f209ff32fbb4a52c1e062592c089e6f8..cbf985dd0b4824cfedc74b3a068e6dd09bf66bf1 100644 (file)
@@ -75,6 +75,7 @@ private:
        void rebuild_and_draw_column_labels ();
        void rebuild_and_draw_row_labels ();
        void update_bundles ();
+       void set_cairo_clip (cairo_t *, Gdk::Rectangle const &) const;
        
        PortMatrix* _matrix;
        PortMatrixColumnLabels _column_labels;