mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
add possibly helpful comment
This commit is contained in:
parent
0149d9700b
commit
50e504af6e
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ PianorollMidiView::~PianorollMidiView ()
|
|||
bool
|
||||
PianorollMidiView::midi_canvas_group_event (GdkEvent* ev)
|
||||
{
|
||||
/* Let MidiView do its thing */
|
||||
|
||||
MidiView::midi_canvas_group_event (ev);
|
||||
|
||||
return _editing_context.canvas_bg_event (ev, event_rect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue