mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Same as 97e07f4, only for MidiStreamview, duh
This commit is contained in:
parent
97e07f4f4c
commit
0f806d1322
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue