From a7bd0da8ea9c261fc06db5a2f1ac3cd64e08af95 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 Nov 2024 09:19:01 -0700 Subject: [PATCH] fix missing initialization --- gtk2_ardour/midi_view_background.cc | 1 + 1 file changed, 1 insertion(+) 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();