13
0

Foldback bus should not appear in editor

This commit is contained in:
Len Ovens 2019-08-26 19:01:19 -07:00
parent fa94741f2c
commit 64fd7a7511

View File

@ -5472,6 +5472,10 @@ Editor::add_stripables (StripableList& sl)
for (StripableList::iterator s = sl.begin(); s != sl.end(); ++s) {
if ((*s)->is_foldbackbus()) {
continue;
}
if ((v = boost::dynamic_pointer_cast<VCA> (*s)) != 0) {
VCATimeAxisView* vtv = new VCATimeAxisView (*this, _session, *_track_canvas);