mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
clear pianoroll undo/redo history when resetting the region it is using
This commit is contained in:
parent
1a48787361
commit
e48f1adbbb
1 changed files with 1 additions and 0 deletions
|
|
@ -2321,6 +2321,7 @@ Pianoroll::set (TriggerReference & tref)
|
|||
void
|
||||
Pianoroll::unset ()
|
||||
{
|
||||
_history.clear ();
|
||||
_update_connection.disconnect();
|
||||
object_connections.drop_connections ();
|
||||
_track.reset ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue