13
0

non-copy region drag now creates a new track when a region is dragged to the drop zone

This commit is contained in:
Paul Davis 2014-05-17 15:51:08 -04:00
parent 7e36d4c9bb
commit ee6c483d18

View File

@ -787,6 +787,7 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move)
} else {
double y = 0;
double x = 0;
TimeAxisView* last = _time_axis_views.back();
last->canvas_display()->item_to_canvas (x, y);
y += last->effective_height();