summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_row_labels.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-14 11:50:01 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-14 11:50:01 +0000
commit9dbecd0fa1a977da1643977487a5485f4bf74267 (patch)
tree3dbfbd621902c3ba7da9ea9c3f1e822c453054d7 /gtk2_ardour/port_matrix_row_labels.h
parent67601c6c50ac6506c1c6f87be1c726bd1fa4241b (diff)
Keep port matrix group labels on screen where possible.
git-svn-id: svn://localhost/ardour2/branches/3.0@6082 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_row_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_row_labels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_row_labels.h b/gtk2_ardour/port_matrix_row_labels.h
index 508d45d943..13e2747276 100644
--- a/gtk2_ardour/port_matrix_row_labels.h
+++ b/gtk2_ardour/port_matrix_row_labels.h
@@ -50,6 +50,7 @@ public:
double component_to_parent_y (double y) const;
double parent_to_component_y (double y) const;
void mouseover_changed (PortMatrixNode const &);
+ void draw_extra (cairo_t *);
private:
void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel const &);