summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-04 14:26:00 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-04 14:26:00 +0000
commitdc6571fb29e120b24a3ce3665dd04d291623ecc4 (patch)
tree23e6becb946edc84b68c9295bef4b59c1be79577 /gtk2_ardour/port_matrix_body.h
parentb6daa2d643c5cf4d07ae53b7e347b03e1bc145de (diff)
Fix minor visual glitch with mouseover when a label is partially out-of-sight.
git-svn-id: svn://localhost/ardour2/branches/3.0@4489 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_body.h')
-rw-r--r--gtk2_ardour/port_matrix_body.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h
index 2320efe4f2..cbf985dd0b 100644
--- a/gtk2_ardour/port_matrix_body.h
+++ b/gtk2_ardour/port_matrix_body.h
@@ -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;