fix 05a612b
[ardour.git] / gtk2_ardour / editor_mixer.cc
index cfd832385f3656763305689b1e0e384a872a0d0b..a2a818968341e3c5e783a6845ef95e649bf13193 100644 (file)
@@ -183,6 +183,7 @@ Editor::create_editor_mixer ()
        current_mixer_strip->WidthChanged.connect (sigc::mem_fun(*this, &Editor::ensure_all_elements_drawn));
 #endif
        current_mixer_strip->set_embedded (true);
+       
 }
 
 void
@@ -282,7 +283,7 @@ Editor::track_mixer_selection ()
 void
 Editor::follow_mixer_selection ()
 {
-       if (!ARDOUR::Config->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
+       if (!ARDOUR_UI::config()->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
                return;
        }