Same as 97e07f4, only for MidiStreamview, duh

This commit is contained in:
Johannes Mueller 2020-04-13 02:28:35 +02:00
parent 97e07f4f4c
commit 0f806d1322
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ MidiStreamView::setup_rec_box ()
{
// cerr << _trackview.name() << " streamview SRB\n";
if (!_trackview.session()->transport_stopped()) {
if (!_trackview.session()->transport_stopped_or_stopping()) {
if (!rec_active &&
_trackview.session()->record_status() == Session::Recording &&