13
0

fix missing initialization

This commit is contained in:
Paul Davis 2024-11-09 09:19:01 -07:00
parent a76afae0e9
commit a7bd0da8ea

View File

@ -42,6 +42,7 @@ MidiViewBackground::MidiViewBackground (ArdourCanvas::Item* parent)
, _note_lines (new ArdourCanvas::LineSet (parent, ArdourCanvas::LineSet::Horizontal))
, _note_mode (ARDOUR::Sustained)
, _color_mode (ARDOUR::MeterColors)
, _visibility_note_range (ContentsRange)
{
_note_lines->lower_to_bottom();