summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-27 18:56:06 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-27 18:56:06 +0000
commit2a341d99593851ce147b9aa63677d54575b56339 (patch)
tree6f8d904a05fb6b558b2d6e2066d104f46ddde4bb /gtk2_ardour/port_matrix_body.h
parent948034f15aa8716fc87cc0efefe6152d27de5552 (diff)
Draw mouseover lines only between the target and the labels.
git-svn-id: svn://localhost/ardour2/branches/3.0@4449 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_body.h')
-rw-r--r--gtk2_ardour/port_matrix_body.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h
index 2a68a251bf..b1ec6e2ada 100644
--- a/gtk2_ardour/port_matrix_body.h
+++ b/gtk2_ardour/port_matrix_body.h
@@ -74,6 +74,10 @@ public:
PortMatrixNode mouseover () const {
return _mouseover;
}
+
+ Arrangement arrangement () const {
+ return _arrangement;
+ }
protected:
bool on_expose_event (GdkEventExpose *);