13
0

Amend previous commit.

This commit is contained in:
nick_m 2016-10-17 04:33:48 +11:00
parent 2359a0b2fa
commit 1c9dbb5242

View File

@ -1540,8 +1540,8 @@ MidiRegionView::add_ghost (TimeAxisView& tv)
ghost->add_note(*i);
}
ghost->set_height ();
ghost->set_colors ();
ghost->set_height ();
ghost->set_duration (_region->length() / samples_per_pixel);
ghosts.push_back (ghost);