mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 2 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue