13
0

clear clicks when auto-returning, looping or whatever

git-svn-id: svn://localhost/ardour2/branches/3.0@11326 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-24 01:34:50 +00:00
parent f5e1f6eed6
commit e09dccc662

View 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);
}
}