mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Revert "clear PostTransportStop from post_transport_work immediately after Session::non_realtime_stop() has finished its work"
This reverts commit 132aae385a.
This commit was not properly thought out, and may not even have addressed a real problem.
This commit is contained in:
parent
187e2521fb
commit
06b71a50a1
1 changed files with 0 additions and 2 deletions
|
|
@ -1554,8 +1554,6 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
|
|||
SaveSessionRequested (_current_snapshot_name);
|
||||
}
|
||||
|
||||
set_post_transport_work (PostTransportWork (post_transport_work() & ~PostTransportStop));
|
||||
|
||||
PositionChanged (_transport_sample); /* EMIT SIGNAL */
|
||||
DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC with speed = %1\n", _transport_speed));
|
||||
TransportStateChange (); /* EMIT SIGNAL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue