13
0

redraw entire MidiStreamView after scroomer drag so that everything is redrawn

This commit is contained in:
Paul Davis 2013-10-24 17:55:25 -04:00
parent ecd29c6d70
commit 3a5e98bb8b

View File

@ -656,9 +656,11 @@ void
MidiStreamView::resume_updates ()
{
_updates_suspended = false;
draw_note_lines ();
apply_note_range_to_regions ();
_canvas_group->redraw ();
}
void