X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_mixer.cc;h=a2a818968341e3c5e783a6845ef95e649bf13193;hb=4c0cebf7f98ecd14873d26b6f4d8bdedd37cb994;hp=b9a711c2ec5c380feb3a5d1fd53ae46ad72d8901;hpb=d46081c2756d2990f585a7db41adba9f1a15a1e3;p=ardour.git diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc index b9a711c2ec..a2a8189683 100644 --- a/gtk2_ardour/editor_mixer.cc +++ b/gtk2_ardour/editor_mixer.cc @@ -184,15 +184,6 @@ Editor::create_editor_mixer () #endif current_mixer_strip->set_embedded (true); - current_mixer_strip->signal_enter_notify_event().connect (sigc::mem_fun(*this, &Editor::mixer_strip_enter_event )); - -} - -bool -Editor::mixer_strip_enter_event (GdkEventCrossing *ev) -{ - current_mixer_strip->set_selected(true); - return false; } void @@ -292,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; }