mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix missing initialization
This commit is contained in:
parent
a76afae0e9
commit
a7bd0da8ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue