mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ AutomationRegionView::AutomationRegionView (ArdourCanvas::Container*
|
|||
|
||||
AutomationRegionView::~AutomationRegionView ()
|
||||
{
|
||||
in_destructor = true;
|
||||
RegionViewGoingAway (this); /* EMIT_SIGNAL */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue