summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_processor_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_processor_selection.cc')
-rw-r--r--gtk2_ardour/route_processor_selection.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_processor_selection.cc b/gtk2_ardour/route_processor_selection.cc
index 8975bf90bc..30943e22d0 100644
--- a/gtk2_ardour/route_processor_selection.cc
+++ b/gtk2_ardour/route_processor_selection.cc
@@ -105,11 +105,11 @@ RouteProcessorSelection::add (RouteUI* r)
r->set_selected (true);
MixerStrip* ms = dynamic_cast<MixerStrip*> (r);
-
+
if (ms) {
ms->CatchDeletion.connect (*this, invalidator (*this), boost::bind (&RouteProcessorSelection::remove, this, _1), gui_context());
}
-
+
if (!_no_route_change_signal) {
RoutesChanged();
}