summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-22 18:11:40 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-22 18:11:40 +0000
commite549e8f82c151db4ba6cd95ed5045c530453900f (patch)
tree0f0730b61d2ad6ec7c017e216987c167cbf2aaa4 /gtk2_ardour/editor_drag.h
parent195c735181d94fcb496050d3339538cb3306a812 (diff)
Cope with drags of selections that include regions on hidden tracks (#3493).
git-svn-id: svn://localhost/ardour2/branches/3.0@10283 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index d4cd5a6a9d..8bc52bc056 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -245,7 +245,9 @@ struct DraggingView
DraggingView (RegionView *, RegionDrag *);
RegionView* view; ///< the view
- /** index into RegionDrag::_time_axis_views of the view that this region is currently beind displayed on */
+ /** index into RegionDrag::_time_axis_views of the view that this region is currently being displayed on,
+ * or -1 if it is not visible.
+ */
int time_axis_view;
/** layer that this region is currently being displayed on */
ARDOUR::layer_t layer;