From 67d545c0809522e8d32b919941f2be56d94c7ba3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Feb 2009 12:56:12 +0000 Subject: 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 --- gtk2_ardour/port_matrix_body.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/port_matrix_body.h') 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; -- cgit v1.2.3