From af22f1047d5ee8cfe664342f39c87be19f110fc8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Jun 2012 20:57:21 +0000 Subject: Don't set TimeFXRequest done to true too early; it must only be set after Editor::do_timefx has added its StatefulDiffCommands. Should fix #4897 and duplicates. git-svn-id: svn://localhost/ardour2/branches/3.0@12597 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/st_stretch.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/st_stretch.cc') diff --git a/libs/ardour/st_stretch.cc b/libs/ardour/st_stretch.cc index d8009c1218..b031ee28f9 100644 --- a/libs/ardour/st_stretch.cc +++ b/libs/ardour/st_stretch.cc @@ -203,7 +203,5 @@ STStretch::run (boost::shared_ptr a_region, Progress* progress) } } - tsr.done = true; - return ret; } -- cgit v1.2.3