From 260058a4a966462fe4835b15f31aa2ac3dcfd8d3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jun 2016 15:15:30 -0400 Subject: move from PresentationInfo::global_order() to PresentationInfo::order, and fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work --- gtk2_ardour/vca_time_axis.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/vca_time_axis.cc') diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc index 742cbd412e..33f03fda9f 100644 --- a/gtk2_ardour/vca_time_axis.cc +++ b/gtk2_ardour/vca_time_axis.cc @@ -280,3 +280,9 @@ VCATimeAxisView::presentation_info () const { return _vca->presentation_info(); } + +boost::shared_ptr +VCATimeAxisView::stripable () const +{ + return _vca; +} -- cgit v1.2.3