when reversing regions, use the original source's SR, not the current session one

This commit is contained in:
Paul Davis 2015-05-12 10:25:50 -04:00
parent 3cd99871f4
commit d434661ff3

View file

@ -56,7 +56,7 @@ Reverse::run (boost::shared_ptr<Region> r, Progress*)
/* create new sources */
if (make_new_sources (region, nsrcs)) {
if (make_new_sources (region, nsrcs, "", false)) {
goto out;
}