mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
If a MidiView handles a canvas event, do not propagate it to the EditingContext
This commit is contained in:
parent
2cadaafc4f
commit
3df9673b0b
1 changed files with 3 additions and 1 deletions
|
|
@ -118,7 +118,9 @@ PianorollMidiView::midi_canvas_group_event (GdkEvent* ev)
|
||||||
{
|
{
|
||||||
/* Let MidiView do its thing */
|
/* Let MidiView do its thing */
|
||||||
|
|
||||||
MidiView::midi_canvas_group_event (ev);
|
if (MidiView::midi_canvas_group_event (ev)) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return _editing_context.canvas_bg_event (ev, event_rect);
|
return _editing_context.canvas_bg_event (ev, event_rect);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue