diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 8673593392..baffa11b8e 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -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 (*s)) != 0) { VCATimeAxisView* vtv = new VCATimeAxisView (*this, _session, *_track_canvas);