summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-05 01:13:18 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-05 01:13:18 +0000
commit82167000805df6924b16ced23c79edfe4934a3b7 (patch)
treeb091eaf139fcff840b3bec753683ee86c6c2f9df /libs/ardour/session_transport.cc
parentdc44037a514f7ccee9d96525d6e8873004fc63e2 (diff)
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
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index 7b04b58974..8af9f0ca7b 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -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;
}