From 186a9599b641c7618f76852ed7ad0fe6ee8fa702 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Sep 2011 09:31:08 +0000 Subject: Connect mixer strip to panner shell even if there is currently no panner. Should fix #4318. git-svn-id: svn://localhost/ardour2/branches/3.0@10094 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index ad2891408b..e4d9b4058a 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -456,7 +456,7 @@ MixerStrip::set_route (boost::shared_ptr rt) _route->meter_change.connect (route_connections, invalidator (*this), bind (&MixerStrip::meter_changed, this), gui_context()); _route->route_group_changed.connect (route_connections, invalidator (*this), boost::bind (&MixerStrip::route_group_changed, this), gui_context()); - if (_route->panner()) { + if (_route->panner_shell()) { _route->panner_shell()->Changed.connect (route_connections, invalidator (*this), boost::bind (&MixerStrip::connect_to_pan, this), gui_context()); } -- cgit v1.2.3