Clear program changes and sysexs before redisplaying them. Fixes #3313.
git-svn-id: svn://localhost/ardour2/branches/3.0@7420 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c175c9ad84
commit
2091f8453b
@ -969,6 +969,9 @@ MidiRegionView::redisplay_model()
|
||||
}
|
||||
}
|
||||
|
||||
_pgm_changes.clear();
|
||||
_sys_exes.clear();
|
||||
|
||||
display_sysexes();
|
||||
display_program_changes();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user