fix uninitialized variable (detected with valgrind)

This commit is contained in:
Paul Davis 2022-06-18 12:37:39 -06:00
parent 64c8607ffd
commit 4acd63b2ef

View File

@ -129,6 +129,7 @@ MidiRegionView::MidiRegionView (ArdourCanvas::Container* parent,
, _last_event_y (0)
, _entered (false)
, _entered_note (0)
, _pasting (false)
, _mouse_changed_selection (false)
{
CANVAS_DEBUG_NAME (_note_group, string_compose ("note group for %1", get_item_name()));