From 86d927b4ddbcedd1d6c120b1176aaef7352773cd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Nov 2011 17:40:16 +0000 Subject: Make activate/deactivate all only operate on visible processors (and also exclude the fader) (#4475). git-svn-id: svn://localhost/ardour2/branches/3.0@10649 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/processor_box.h') diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index 9bc45d716d..bbbcf8ceb9 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -301,8 +301,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD void processors_reordered (const Gtk::TreeModel::Path&, const Gtk::TreeModel::iterator&, int*); void compute_processor_sort_keys (); - void all_processors_active(bool state); - void all_plugins_active(bool state); + void all_visible_processors_active(bool state); void ab_plugins (); typedef std::vector > ProcSelection; -- cgit v1.2.3