summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-25 03:02:40 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-25 03:02:40 -0500
commitc861b9b7500ae96b3655bca207a5507405c76f16 (patch)
treefd3df565c3dd00f7c066823b27c67055fae57b29 /components/chatmessage.hpp
parentdbd8564af7258dd41e7d3ba73d55fa7c7a1b822c (diff)
downloadabaddon-portaudio-c861b9b7500ae96b3655bca207a5507405c76f16.tar.gz
abaddon-portaudio-c861b9b7500ae96b3655bca207a5507405c76f16.zip
make animated avatars work slightly better
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp5
1 files changed, 1 insertions, 4 deletions
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;