mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
repeat previous commit's approach, but for VCATimeAxisView
This commit is contained in:
parent
56c831199e
commit
d14c3adfe7
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ VCATimeAxisView::~VCATimeAxisView ()
|
||||||
void
|
void
|
||||||
VCATimeAxisView::self_delete ()
|
VCATimeAxisView::self_delete ()
|
||||||
{
|
{
|
||||||
|
/* reset reference immediately rather than deferring to idle */
|
||||||
|
_vca.reset ();
|
||||||
delete_when_idle (this);
|
delete_when_idle (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue