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:
Paul Davis 2020-07-06 11:33:53 -06:00
parent 187e2521fb
commit 06b71a50a1
1 changed files with 0 additions and 2 deletions

View File

@ -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 */