mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
fix locate-while-rolling
This commit is contained in:
parent
8972f69e68
commit
dbf06eb2cf
1 changed files with 1 additions and 2 deletions
|
|
@ -395,8 +395,7 @@ TransportFSM::start_declick_for_locate (Event const & l)
|
|||
if (!current_roll_after_locate_status) {
|
||||
set_roll_after (l.with_roll);
|
||||
}
|
||||
|
||||
_last_stop = Event (StopTransport, false, false);
|
||||
api->stop_transport (false, false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue