From c861b9b7500ae96b3655bca207a5507405c76f16 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 25 Dec 2020 03:02:40 -0500 Subject: make animated avatars work slightly better --- components/chatmessage.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'components/chatmessage.hpp') diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index 7ba85bc..209fd31 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -96,8 +96,6 @@ public: type_signal_channel_click signal_action_channel_click(); type_signal_action_reaction_add signal_action_reaction_add(); type_signal_action_reaction_remove signal_action_reaction_remove(); - type_signal_enter signal_enter(); - type_signal_leave signal_leave(); type_signal_image_load signal_image_load(); @@ -107,8 +105,6 @@ private: type_signal_channel_click m_signal_action_channel_click; type_signal_action_reaction_add m_signal_action_reaction_add; type_signal_action_reaction_remove m_signal_action_reaction_remove; - type_signal_enter m_signal_enter; - type_signal_leave m_signal_leave; type_signal_image_load m_signal_image_load; }; @@ -132,6 +128,7 @@ protected: Gtk::Box *m_main_box; Gtk::Box *m_content_box; + Gtk::EventBox *m_content_box_ev; Gtk::Box *m_meta_box; Gtk::EventBox *m_meta_ev; Gtk::Label *m_author; -- cgit v1.2.3