Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing problems...
authorCarl Hetherington <carl@carlh.net>
Tue, 6 Jan 2009 03:18:09 +0000 (03:18 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 6 Jan 2009 03:18:09 +0000 (03:18 +0000)
commitf2058a3f8739c6a7e9f7408f31d3b94ddb50673f
tree2050e2386dc670b16259805d1ecdbf8fb350fe5b
parent780b75363915bd328877cba33766b1ac177b45c1
Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing problems with dragging regions
to and from tracks in "stacked" display mode.  As a side-effect, enable dragging of regions between layers,
though I'm not entirely sure where this is useful or desirable just yet; dragging regions between layers
currently works in the GUI but has no effect on the model.

git-svn-id: svn://localhost/ardour2/branches/3.0@4389 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 files changed:
gtk2_ardour/audio_streamview.cc
gtk2_ardour/draginfo.h
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_canvas_events.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_rulers.cc
gtk2_ardour/route_time_axis.cc
gtk2_ardour/route_time_axis.h
gtk2_ardour/streamview.cc
gtk2_ardour/streamview.h
gtk2_ardour/time_axis_view.cc
gtk2_ardour/time_axis_view.h