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:
parent
c6eab71435
commit
d6eb1c826f
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user