diff --git a/gtk2_ardour/midi_view_background.cc b/gtk2_ardour/midi_view_background.cc index bc6c2c8b38..b6790e5d89 100644 --- a/gtk2_ardour/midi_view_background.cc +++ b/gtk2_ardour/midi_view_background.cc @@ -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();