Fix for #8005: Remove rec_box also when transport stopping.
Under some circumstances the transport FSM is still in stopping state when ::non_realtime_stop() already emits TransportStatechange. In that case the rec boxes are not removed if we consider transport stopping == rolling.
This commit is contained in:
parent
6df03b2f1f
commit
97e07f4f4c
@ -196,7 +196,7 @@ AudioStreamView::setup_rec_box ()
|
||||
{
|
||||
//cerr << _trackview.name() << " streamview SRB region_views.size() = " << region_views.size() << endl;
|
||||
|
||||
if (!_trackview.session()->transport_stopped()) {
|
||||
if (!_trackview.session()->transport_stopped_or_stopping()) {
|
||||
|
||||
// cerr << "\trolling\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user