add possibly helpful comment

This commit is contained in:
Paul Davis 2025-01-08 14:21:39 -07:00
parent 0149d9700b
commit 50e504af6e

View file

@ -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);