13
0

Fix crash when turning off an active send and redisplaying processors at the same time. Fixes #3674.

git-svn-id: svn://localhost/ardour2/branches/3.0@8458 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-06 01:07:19 +00:00
parent ad8f20dd7d
commit 61bb7c5852

View File

@ -140,6 +140,7 @@ public:
}
_children.clear ();
_active = 0;
}
void select_all ()