fix a crash when deleting a MIDI region with CC automation (see recipe below)
- object mode: select a MIDI region that has CC automation. Move the mouse over a CC automation event, then press backspace to delete the selected region - the recipe is mentioned in #7049, but seems unrelated.
This commit is contained in:
parent
522264f5d6
commit
390f56a5e1
@ -68,6 +68,7 @@ AutomationRegionView::AutomationRegionView (ArdourCanvas::Container*
|
|||||||
|
|
||||||
AutomationRegionView::~AutomationRegionView ()
|
AutomationRegionView::~AutomationRegionView ()
|
||||||
{
|
{
|
||||||
|
in_destructor = true;
|
||||||
RegionViewGoingAway (this); /* EMIT_SIGNAL */
|
RegionViewGoingAway (this); /* EMIT_SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user