mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix uninitialized variable (detected with valgrind)
This commit is contained in:
parent
64c8607ffd
commit
4acd63b2ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue