13
0

amend last commit.

This commit is contained in:
nick_m 2016-11-25 01:06:22 +11:00
parent 2ec2c1c017
commit 9f1deb9ea4

View File

@ -433,6 +433,7 @@ MidiTimeAxisView::drop_instrument_ref ()
void
MidiTimeAxisView::start_scroomer_update ()
{
_note_range_changed_connection.disconnect();
_note_range_changed_connection = midi_view()->NoteRangeChanged.connect (
sigc::mem_fun (*this, &MidiTimeAxisView::note_range_changed));
}