mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix non-editing/non-draw event handling by MIDI regions
This commit is contained in:
parent
620e1e6677
commit
934e827420
1 changed files with 2 additions and 2 deletions
|
|
@ -350,8 +350,8 @@ MidiRegionView::canvas_group_event(GdkEvent* ev)
|
|||
if ((!trackview.editor().internal_editing() && trackview.editor().current_mouse_mode() != MouseGain) ||
|
||||
(trackview.editor().current_mouse_mode() == MouseTimeFX) ||
|
||||
(trackview.editor().current_mouse_mode() == MouseZoom)) {
|
||||
// handle non-draw modes elsewhere
|
||||
return false;
|
||||
// handle non-internal-edit/non-draw modes elsewhere
|
||||
return RegionView::canvas_group_event (ev);
|
||||
}
|
||||
|
||||
switch (ev->type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue