summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 4da1695c13..bccac4b1b3 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -382,10 +382,13 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
rec_solo_table.remove (*show_sends_button);
}
- processor_box.set_route (rt);
-
RouteUI::set_route (rt);
+ /* ProcessorBox needs access to _route so that it can read
+ GUI object state.
+ */
+ processor_box.set_route (rt);
+
/* map the current state */
mute_changed (0);