summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-05 12:56:12 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-05 12:56:12 +0000
commit67d545c0809522e8d32b919941f2be56d94c7ba3 (patch)
tree1f97cbe7fc6eea202a7d64de837ddcfa6a7b04dd /gtk2_ardour/port_matrix_body.h
parentee4e28751edae18bc2c2d3960472f15446b17306 (diff)
Small fixes to port matrix rendering, mostly visible when using the bundle manager.
git-svn-id: svn://localhost/ardour2/branches/3.0@4491 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_body.h')
-rw-r--r--gtk2_ardour/port_matrix_body.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h
index 50a656522a..c905a98dc4 100644
--- a/gtk2_ardour/port_matrix_body.h
+++ b/gtk2_ardour/port_matrix_body.h
@@ -62,6 +62,7 @@ public:
}
void highlight_associated_channels (int, uint32_t);
+ void component_size_changed ();
protected:
bool on_expose_event (GdkEventExpose *);
@@ -78,7 +79,7 @@ private:
void rebuild_and_draw_row_labels ();
void update_bundles ();
void set_cairo_clip (cairo_t *, Gdk::Rectangle const &) const;
-
+
PortMatrix* _matrix;
PortMatrixColumnLabels* _column_labels;
PortMatrixRowLabels* _row_labels;