clear clicks when auto-returning, looping or whatever
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 24 Jan 2012 01:34:50 +0000 (01:34 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 24 Jan 2012 01:34:50 +0000 (01:34 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11326 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_transport.cc

index 84699ac71810264b30965e8468d338e018df2c29..843ae17e5fc6d913fa66317523d780e8eee01e24 100644 (file)
@@ -582,6 +582,7 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
                        _requested_return_frame = -1;
 
                        if (do_locate) {
+                               clear_clicks ();
                                _engine.transport_locate (_transport_frame);
                        }
                }