fix missing initialization
This commit is contained in:
parent
a76afae0e9
commit
a7bd0da8ea
@ -42,6 +42,7 @@ MidiViewBackground::MidiViewBackground (ArdourCanvas::Item* parent)
|
|||||||
, _note_lines (new ArdourCanvas::LineSet (parent, ArdourCanvas::LineSet::Horizontal))
|
, _note_lines (new ArdourCanvas::LineSet (parent, ArdourCanvas::LineSet::Horizontal))
|
||||||
, _note_mode (ARDOUR::Sustained)
|
, _note_mode (ARDOUR::Sustained)
|
||||||
, _color_mode (ARDOUR::MeterColors)
|
, _color_mode (ARDOUR::MeterColors)
|
||||||
|
, _visibility_note_range (ContentsRange)
|
||||||
{
|
{
|
||||||
_note_lines->lower_to_bottom();
|
_note_lines->lower_to_bottom();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user