mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
redraw entire MidiStreamView after scroomer drag so that everything is redrawn
This commit is contained in:
parent
ecd29c6d70
commit
3a5e98bb8b
1 changed files with 3 additions and 1 deletions
|
|
@ -656,9 +656,11 @@ void
|
|||
MidiStreamView::resume_updates ()
|
||||
{
|
||||
_updates_suspended = false;
|
||||
|
||||
|
||||
draw_note_lines ();
|
||||
apply_note_range_to_regions ();
|
||||
|
||||
_canvas_group->redraw ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue