Stop bundles disappearing from the port matrix when they

have no channels (#4209).  Also fix the remove all
channels menu option.


git-svn-id: svn://localhost/ardour2/branches/3.0@9986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-08-13 20:19:39 +00:00
parent f75bbfd8ac
commit 07a58ffd62
10 changed files with 99 additions and 76 deletions

View file

@ -31,6 +31,7 @@ class PortGroup;
class PortGroupList;
namespace ARDOUR {
class Bundle;
class BundleChannel;
}