X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftime_axis_view.h;h=a22ba9443959d12be288aeb8d7b9f345cd0d6533;hb=316973d7c7bc99bfef6367d42009883d0de2abbd;hp=7dc3ba9494b96403d86bbd79210ba3efbff9bf59;hpb=7e19053b88b4ab174052a44f2ee99dce92517aa9;p=ardour.git 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;