summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_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_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_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_labels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_labels.h b/gtk2_ardour/port_matrix_labels.h
index a977662e80..21dcf9de23 100644
--- a/gtk2_ardour/port_matrix_labels.h
+++ b/gtk2_ardour/port_matrix_labels.h
@@ -32,7 +32,7 @@ public:
PortMatrixLabels (PortMatrix* m, PortMatrixBody* b) : PortMatrixComponent (m, b) {}
virtual ~PortMatrixLabels () {}
- void draw_extra (cairo_t *);
+ virtual void draw_extra (cairo_t *);
void clear_channel_highlights ();
void add_channel_highlight (ARDOUR::BundleChannel const &);