From 08c8937812e7e5e33fb1c0ff747b66c642d293d8 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:48:16 -0400 Subject: fix oopsie --- components/channels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/channels.cpp') diff --git a/components/channels.cpp b/components/channels.cpp index 65dd49c..18c207d 100644 --- a/components/channels.cpp +++ b/components/channels.cpp @@ -584,8 +584,8 @@ void ChannelList::AttachGuildMenuHandler(Gtk::ListBoxRow *row) { auto grow = dynamic_cast(row); if (grow != nullptr) { m_list->select_row(*row); - m_guild_menu_up->set_sensitive(grow->GuildIndex != 0); - m_guild_menu_down->set_sensitive(grow->GuildIndex != m_guild_count - 1); + //m_guild_menu_up->set_sensitive(grow->GuildIndex != 0); + //m_guild_menu_down->set_sensitive(grow->GuildIndex != m_guild_count - 1); m_guild_menu.popup_at_pointer(reinterpret_cast(e)); } return true; -- cgit v1.2.3