fix up channel row selection to work how i want it to

This commit is contained in:
ouwou
2021-07-06 02:38:27 -04:00
parent 9ec52e3473
commit ecf8fb6a5f
3 changed files with 22 additions and 0 deletions

View File

@@ -131,6 +131,9 @@ protected:
void OnRowCollapsed(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path);
void OnRowExpanded(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path);
bool SelectionFunc(const Glib::RefPtr<Gtk::TreeModel> &model, const Gtk::TreeModel::Path &path, bool is_currently_selected);
Gtk::TreeModel::Path m_last_selected;
public:
typedef sigc::signal<void, Snowflake> type_signal_action_channel_item_select;