From 23e7641a9bfa22db4e776dada6a98c55a40f9792 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Feb 2009 13:59:50 +0000 Subject: Fix up mouseover handling in the port matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@4478 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_body.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 3692e05ec5..2e31e3ed9b 100644 --- a/gtk2_ardour/port_matrix_body.h +++ b/gtk2_ardour/port_matrix_body.h @@ -64,7 +64,7 @@ protected: void on_size_request (Gtk::Requisition *); void on_size_allocate (Gtk::Allocation &); bool on_button_press_event (GdkEventButton *); - bool on_enter_notify_event (GdkEventCrossing *); + bool on_leave_notify_event (GdkEventCrossing *); bool on_motion_notify_event (GdkEventMotion *); private: @@ -85,7 +85,6 @@ private: Gdk::Rectangle _grid_rect; uint32_t _xoffset; uint32_t _yoffset; - bool _pointer_inside; PortMatrixNode _mouseover; -- cgit v1.2.3