mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
fix category arrow being wrong sometimes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user