try to fix some weird behavior

This commit is contained in:
ouwou
2021-07-05 17:09:19 -04:00
parent ab2c7bed88
commit 3565ec885e
2 changed files with 9 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ protected:
bool IsTextChannel(ChannelType type);
void OnRowCollapsed(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path);
void OnRowExpanded(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path);
public: