fix category arrow being wrong sometimes

This commit is contained in:
ouwou
2020-11-01 00:08:58 -04:00
parent 79e4252ab3
commit 90ea3c55cc

View File

@@ -129,7 +129,7 @@ void ChannelListRowCategory::Collapse() {
}
void ChannelListRowCategory::Expand() {
m_arrow->set(Gtk::ARROW_DOWN, Gtk::SHADOW_NONE);
m_arrow->set(IsUserCollapsed ? Gtk::ARROW_RIGHT : Gtk::ARROW_DOWN, Gtk::SHADOW_NONE);
}
ChannelListRowChannel::ChannelListRowChannel(const Channel *data) {