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

@ -659,6 +659,8 @@ MidiStreamView::resume_updates ()
draw_note_lines ();
apply_note_range_to_regions ();
_canvas_group->redraw ();
}
void