diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index fbaa869c70..8802d51ee3 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -9562,6 +9562,7 @@ Editor::find_and_display_track () Glib::RefPtr comp = StringCompletion::create (matching_names); comp->set_minimum_key_length (1); + comp->set_match_anywhere (); text.set_completion (comp); switch (d.run()) {