fix potentially unset variable (thanks clang!)
This commit is contained in:
parent
e74f57c52b
commit
c5c865f589
@ -1673,6 +1673,7 @@ bool
|
||||
MidiView::note_in_region_range (const std::shared_ptr<NoteType> note, bool& visible) const
|
||||
{
|
||||
if (!_midi_region) {
|
||||
visible = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user