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/rb_effect.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/rb_effect.cc') diff --git a/libs/ardour/rb_effect.cc b/libs/ardour/rb_effect.cc index 7ff60e6912..f3adaec22c 100644 --- a/libs/ardour/rb_effect.cc +++ b/libs/ardour/rb_effect.cc @@ -388,8 +388,6 @@ RBEffect::run (boost::shared_ptr r, Progress* progress) } } - tsr.done = true; - return ret; } -- cgit v1.2.3