mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
use match-anywhere for find-and-display-track
This commit is contained in:
parent
4eb9285659
commit
5ad9c5a73b
1 changed files with 1 additions and 0 deletions
|
|
@ -9562,6 +9562,7 @@ Editor::find_and_display_track ()
|
||||||
|
|
||||||
Glib::RefPtr<StringCompletion> comp = StringCompletion::create (matching_names);
|
Glib::RefPtr<StringCompletion> comp = StringCompletion::create (matching_names);
|
||||||
comp->set_minimum_key_length (1);
|
comp->set_minimum_key_length (1);
|
||||||
|
comp->set_match_anywhere ();
|
||||||
text.set_completion (comp);
|
text.set_completion (comp);
|
||||||
|
|
||||||
switch (d.run()) {
|
switch (d.run()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue