Fix possible problems with _pending_locate_request getting stuck at true and hence stopping playhead movement.

git-svn-id: svn://localhost/ardour2/branches/3.0@7369 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-05 01:13:18 +00:00
parent dc44037a51
commit 8216700080

View File

@ -783,6 +783,7 @@ Session::locate (nframes64_t target_frame, bool with_roll, bool with_flush, bool
set_transport_speed (1.0, false);
}
loop_changing = false;
Located (); /* EMIT SIGNAL */
return;
}