From 82f31ffc796146389332295b51f27254e945fe01 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Jul 2009 21:23:16 +0000 Subject: No highlighting at all when mouse is over a collapsed group. Fix crash on clicking in a collapsed group. git-svn-id: svn://localhost/ardour2/branches/3.0@5388 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_column_labels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/port_matrix_column_labels.cc') diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc index 1679b321df..ba27120b57 100644 --- a/gtk2_ardour/port_matrix_column_labels.cc +++ b/gtk2_ardour/port_matrix_column_labels.cc @@ -270,7 +270,7 @@ void PortMatrixColumnLabels::mouseover_changed (PortMatrixNode const &) { clear_channel_highlights (); - if (_body->mouseover().column.bundle) { + if (_body->mouseover().column.bundle && _body->mouseover().row.bundle) { add_channel_highlight (_body->mouseover().column); } } -- cgit v1.2.3