mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
make Pianoroll::maybe_update() a bit more robust
This commit is contained in:
parent
4ab6da354e
commit
98428dfcad
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ Pianoroll::maybe_update ()
|
|||
|
||||
if (!playing_trigger) {
|
||||
|
||||
if (_drags->active() || !view) {
|
||||
if (_drags->active() || !view || !_track || !_track->triggerbox()) {
|
||||
return;
|
||||
}
|
||||
if (_track->triggerbox()->record_enabled() == Recording) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue