new_grid: MidiRegionView::motion should propagate thru RegionView, so snapped_cursor is updated. This probably fixes other bugs as well.

This commit is contained in:
Ben Loftis 2018-02-06 19:49:32 -06:00
parent c6eab71435
commit d6eb1c826f

View File

@ -683,10 +683,8 @@ MidiRegionView::motion (GdkEventMotion* ev)
}
/* we may be dragging some non-note object (eg. patch-change, sysex)
*/
return editor.drags()->motion_handler ((GdkEvent *) ev, false);
//let RegionView do it's thing. drags are handled in here
return RegionView::canvas_group_event ((GdkEvent *) ev);
}