tweak shortcut window so that the tree is expanded to actually show search results

This commit is contained in:
Paul Davis 2023-10-04 16:50:08 -06:00
parent febc345414
commit 40a0ad2299
2 changed files with 29 additions and 12 deletions

View file

@ -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;