From 08b485db75082a21c3814b0a4517f2b2fc994b77 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 3 Nov 2013 10:07:00 -0500 Subject: send enter events to EVERY newly entered item (ignore the bool return from the event handler); other canvas debugging aids;switch items_at_point() to use canvas coordinates --- gtk2_ardour/time_axis_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 7dc3ba9494..a22ba94439 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -212,6 +212,7 @@ class TimeAxisView : public virtual AxisView Gtk::Menu* display_menu; /* The standard LHS Track control popup-menus */ TimeAxisView* parent; ArdourCanvas::Group* selection_group; + ArdourCanvas::Group* _ghost_group; std::list ghosts; std::list free_selection_rects; std::list used_selection_rects; @@ -284,7 +285,6 @@ private: double _resize_drag_start; GdkCursor* _preresize_cursor; bool _have_preresize_cursor; - ArdourCanvas::Group* _ghost_group; bool _ebox_release_can_act; static uint32_t button_height; -- cgit v1.2.3