From: Carl Hetherington Date: Mon, 16 May 2011 20:13:03 +0000 (+0000) Subject: Fix undo of timestretch (#3905). X-Git-Tag: 3.0-alpha5~70 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=4b848856ebc2856bf7ab10a000cc88bdd3bc4a4a;p=ardour.git Fix undo of timestretch (#3905). git-svn-id: svn://localhost/ardour2/branches/3.0@9527 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index 278a38f304..0b3eb5d6e2 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -3184,8 +3184,6 @@ TimeFXDrag::finished (GdkEvent* /*event*/, bool movement_occurred) } #endif - _editor->begin_reversible_command (_("timestretch")); - // XXX how do timeFX on multiple regions ? RegionSelection rs;