mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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)
|
//let RegionView do it's thing. drags are handled in here
|
||||||
*/
|
return RegionView::canvas_group_event ((GdkEvent *) ev);
|
||||||
|
|
||||||
return editor.drags()->motion_handler ((GdkEvent *) ev, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue