Skip to content

Commit

Permalink
ensure return value
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldavisthefirst committed Dec 30, 2024
1 parent 5c63a3a commit de52eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk2_ardour/midi_cue_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ MidiCueView::midi_canvas_group_event (GdkEvent* ev)
{
MidiView::midi_canvas_group_event (ev);

_editing_context.canvas_bg_event (ev, event_rect);
return _editing_context.canvas_bg_event (ev, event_rect);
}

void
Expand Down

0 comments on commit de52eb6

Please sign in to comment.