diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index b76167c35e..9f92307c23 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -2054,6 +2054,9 @@ RegionMoveDrag::finished_no_copy ( _editor->selection->set (new_views); } + /* write commands for the accumulated diffs for all our modified playlists */ + add_stateful_diff_commands_for_playlists (modified_playlists); + _editor->commit_reversible_command (); /* We have futzed with the layering of canvas items on our streamviews.