mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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 ()
|
MidiStreamView::resume_updates ()
|
||||||
{
|
{
|
||||||
_updates_suspended = false;
|
_updates_suspended = false;
|
||||||
|
|
||||||
draw_note_lines ();
|
draw_note_lines ();
|
||||||
apply_note_range_to_regions ();
|
apply_note_range_to_regions ();
|
||||||
|
|
||||||
|
_canvas_group->redraw ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue