This commit is contained in:
nick_m
2016-12-22 03:29:59 +11:00
parent de04da27ee
commit 2000349e69

View File

@@ -186,6 +186,7 @@ MidiGhostRegion::MidiGhostRegion(RegionView& rv,
base_rect->lower_to_bottom();
update_range ();
midi_view()->NoteRangeChanged.connect (sigc::mem_fun (*this, &MidiGhostRegion::update_range));
}
/**
@@ -209,6 +210,7 @@ MidiGhostRegion::MidiGhostRegion(RegionView& rv,
base_rect->lower_to_bottom();
update_range ();
midi_view()->NoteRangeChanged.connect (sigc::mem_fun (*this, &MidiGhostRegion::update_range));
}
MidiGhostRegion::~MidiGhostRegion()