13
0

Set note colour of new MidiGhostRegions corrctly.

This commit is contained in:
nick_m 2016-10-17 04:23:43 +11:00
parent bf5933add6
commit 2359a0b2fa

View File

@ -1541,6 +1541,7 @@ MidiRegionView::add_ghost (TimeAxisView& tv)
}
ghost->set_height ();
ghost->set_colors ();
ghost->set_duration (_region->length() / samples_per_pixel);
ghosts.push_back (ghost);