mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
tweak shortcut window so that the tree is expanded to actually show search results
This commit is contained in:
parent
febc345414
commit
40a0ad2299
2 changed files with 29 additions and 12 deletions
|
|
@ -90,7 +90,7 @@ private:
|
|||
std::string name;
|
||||
Gtkmm2ext::Bindings* bindings;
|
||||
Gtk::ScrolledWindow scroller;
|
||||
Gtk::TreeView view;
|
||||
mutable Gtk::TreeView view;
|
||||
Glib::RefPtr<Gtk::TreeStore> data_model;
|
||||
Glib::RefPtr<Gtk::TreeModelFilter> filter;
|
||||
Glib::RefPtr<Gtk::TreeModelSort> sorted_filter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue