summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-06 18:37:15 +0200
committerRobin Gareus <robin@gareus.org>2017-08-06 22:17:42 +0200
commit0ae9cda51d8c807e5c49bdee6c90457f31e58669 (patch)
tree4b3cd6346042a52254d432cc51df4c649fc25532 /gtk2_ardour/editor_routes.cc
parentd18a43422c531c7c4ecc19cf480890192f90aa9e (diff)
Allow to select VCAs
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index c64683c341..dee4ef8002 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -1463,9 +1463,6 @@ EditorRoutes::selection_filter (Glib::RefPtr<TreeModel> const& model, TreeModel:
TreeModel::iterator iter = model->get_iter (path);
if (iter) {
boost::shared_ptr<Stripable> stripable = (*iter)[_columns.stripable];
- if (boost::dynamic_pointer_cast<VCA> (stripable)) {
- return false;
- }
}
return true;