Fix crash on shift+rclick of region to remove.
This doesn't seem to have been touched for years, and I don't see how such an obvious bug could possibly have been around for so long, but, well, this fixes it as far as I can tell.
This commit is contained in:
parent
09bd88c9df
commit
2ea4ae603a
@ -4041,6 +4041,8 @@ Editor::remove_clicked_region ()
|
||||
return;
|
||||
}
|
||||
|
||||
begin_reversible_command (_("remove region"));
|
||||
|
||||
boost::shared_ptr<Playlist> playlist = clicked_routeview->playlist();
|
||||
|
||||
playlist->clear_changes ();
|
||||
|
Loading…
Reference in New Issue
Block a user