summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-11 12:57:17 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-11 12:57:17 +0000
commit58a700e96878ee5ea61388320c594addb4641bf2 (patch)
tree978818e4544f65ef93af3f8825fc409f2a7e6666 /gtk2_ardour/time_axis_view.h
parent4ef2541e6e390a2b019448a11462cba620d47e94 (diff)
Change the cursor back from the track resize handle when
git-svn-id: svn://localhost/ardour2/branches/3.0@9837 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 8a354abcd2..efdb2606ed 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -239,6 +239,7 @@ class TimeAxisView : public virtual AxisView
virtual bool controls_ebox_scroll (GdkEventScroll*);
virtual bool controls_ebox_button_press (GdkEventButton*);
virtual bool controls_ebox_motion (GdkEventMotion*);
+ virtual bool controls_ebox_leave (GdkEventCrossing*);
/** Display the standard LHS control menu at when.
*